]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
.
[friendica.git] / mod / poco.php
index abe2c8e35d715d2c8427a5203aa1923b8c0df786..ae5f0cef4e360991ccdadf1b5e8ba52bffb7ebdb 100644 (file)
@@ -147,13 +147,7 @@ function poco_init(&$a) {
 
        if($format === 'xml') {
                header('Content-type: text/xml');
-
-               $includes = array(
-                       '$poco_entry_xml' => 'poco_entry_xml.tpl'
-               );
-               $includes = set_template_includes($a->theme['template_engine'], $includes);
-
-               echo replace_macros(get_markup_template('poco_xml.tpl'),array_xmlify($includes + array('$response' => $ret)));
+               echo replace_macros(get_markup_template('poco_xml.tpl'),array_xmlify(array('$response' => $ret)));
                http_status_exit(500);
        }
        if($format === 'json') {