mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Remove unused killme()
This commit is contained in:
parent
f0eea6f875
commit
244f440d97
4 changed files with 3 additions and 13 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue