]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Improved notification messages
[friendica.git] / mod / photos.php
index e763704c4062424a5f8f17244bbd9004d25d646a..2ca6c6a37bb132b482a786750f8b501433bdd91b 100644 (file)
@@ -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']);