mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-04 14:11:01 -04:00
1) Rename the module media_rss to rss
2) Protect the fullsize image with a permission check 3) Added a content:encoded element to each item which allows the image to show up in the body of the feed.
This commit is contained in:
@@ -480,7 +480,7 @@ class Scaffold_Controller extends Template_Controller {
|
||||
$this->install("core", false);
|
||||
module::load_modules();
|
||||
foreach (array("core", "user", "comment", "info",
|
||||
"media_rss", "search", "slideshow", "tag") as $module_name) {
|
||||
"rss", "search", "slideshow", "tag") as $module_name) {
|
||||
$this->install($module_name, false);
|
||||
}
|
||||
url::redirect("scaffold/dump_database");
|
||||
|
||||
Reference in New Issue
Block a user