X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphoto.php;h=4166b4d53949d4f9cb5b1f9467c045b224ef98e0;hb=ae905cbd1b67b2aeae33a64302368d285f63732d;hp=3baff13db5d7c03592d01bc3b8b73d7a0fa142cd;hpb=0c764684bb32a9432fd161e62db907efb78af1a5;p=friendica.git diff --git a/mod/photo.php b/mod/photo.php index 3baff13db5..4166b4d539 100644 --- a/mod/photo.php +++ b/mod/photo.php @@ -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 } -}