]> git.mxchange.org Git - friendica.git/blobdiff - mod/p.php
Merge remote-tracking branch 'upstream/develop' into 1602-diaspora
[friendica.git] / mod / p.php
index 225b831fea66c3751b5a8f444d180c37342cb201..92b72dc1cec8c19fa4a467a0f9fb19226056f825 100644 (file)
--- a/mod/p.php
+++ b/mod/p.php
@@ -4,8 +4,7 @@ This file is part of the Diaspora protocol. It is used for fetching single publi
 */
 require_once("include/diaspora.php");
 
-if(! function_exists('p_init')) {
-function p_init($a) {
+function p_init($a){
        if ($a->argc != 2) {
                header($_SERVER["SERVER_PROTOCOL"].' 510 '.t('Not Extended'));
                killme();
@@ -80,4 +79,3 @@ function p_init($a) {
 
        killme();
 }
-}