]> git.mxchange.org Git - friendica.git/blobdiff - mod/photo.php
Events: Now with guid.
[friendica.git] / mod / photo.php
index 3baff13db5d7c03592d01bc3b8b73d7a0fa142cd..4166b4d53949d4f9cb5b1f9467c045b224ef98e0 100644 (file)
@@ -3,7 +3,6 @@
 require_once('include/security.php');
 require_once('include/Photo.php');
 
-if(! function_exists('photo_init')) {
 function photo_init(&$a) {
        global $_SERVER;
 
@@ -210,4 +209,3 @@ function photo_init(&$a) {
        killme();
        // NOTREACHED
 }
-}