diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-19 15:24:17 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-19 15:24:17 +0000 |
commit | 8b2c05afc0a9f8ad7490fd46bb1c8249d03c2fb8 (patch) | |
tree | 9ddf3b460679f93d81637d593baaa855a8f1db23 /core | |
parent | 237656f6c85697c41a935d0b05979cebbb2cc87b (diff) |
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.
Diffstat (limited to 'core')
-rw-r--r-- | core/controllers/scaffold.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/scaffold.php b/core/controllers/scaffold.php index 8266ba8f..26ccc51f 100644 --- a/core/controllers/scaffold.php +++ b/core/controllers/scaffold.php @@ -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"); |