]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Merge pull request #5830 from nupplaphil/update_from_boot
[friendica.git] / mod / display.php
index aeab0aae518673c359b64b844025e66a00f508a3..d95404a5b135ead15ce714a898b5b19525ba3599 100644 (file)
@@ -75,7 +75,7 @@ function display_init(App $a)
        }
 
        if (!empty($_SERVER['HTTP_ACCEPT']) && strstr($_SERVER['HTTP_ACCEPT'], 'application/atom+xml')) {
-               Logger::log('Directly serving XML for id '.$item["id"], LOGGER_DEBUG);
+               Logger::log('Directly serving XML for id '.$item["id"], Logger::DEBUG);
                displayShowFeed($item["id"], false);
        }