mime~
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1095 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
5f2e364e49
commit
99954fe6ae
@ -30,7 +30,7 @@ class RSS_Comments implements Extension {
|
||||
global $page;
|
||||
global $config;
|
||||
$page->set_mode("data");
|
||||
$page->set_type("application/xml");
|
||||
$page->set_type("application/rss+xml");
|
||||
|
||||
$comments = $database->get_all("
|
||||
SELECT
|
||||
|
@ -44,7 +44,7 @@ class RSS_Images implements Extension {
|
||||
global $page;
|
||||
global $config;
|
||||
$page->set_mode("data");
|
||||
$page->set_type("application/xml");
|
||||
$page->set_type("application/rss+xml");
|
||||
|
||||
$data = "";
|
||||
foreach($images as $image) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user