X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphotos.php;h=2ca6c6a37bb132b482a786750f8b501433bdd91b;hb=cabaea38ac46132963011c724d9c0b380bb5d7c0;hp=e763704c4062424a5f8f17244bbd9004d25d646a;hpb=75c74e856290a712344ad6b4042ef07ef661d584;p=friendica.git diff --git a/mod/photos.php b/mod/photos.php index e763704c40..2ca6c6a37b 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -814,7 +814,7 @@ function photos_post(App $a) Hook::callAll('photo_post_end', $item_id); - // addon uploaders should call "killme()" [e.g. exit] within the photo_post_end hook + // addon uploaders should call "exit()" within the photo_post_end hook // if they do not wish to be redirected DI::baseUrl()->redirect($_SESSION['photo_return']);