Remove unused killme()

This commit is contained in:
nupplaPhil 2020-01-04 23:43:13 +01:00
parent f0eea6f875
commit 244f440d97
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 3 additions and 13 deletions

View 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']);