From: Michael Vogel Date: Mon, 4 Jul 2016 20:36:24 +0000 (+0200) Subject: Bugfix: On "photos" the session management has to work X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3fb9155f0ff5ab8a58b50e287020457326d69bb;p=friendica.git Bugfix: On "photos" the session management has to work --- diff --git a/boot.php b/boot.php index 6c00462422..dbd5920a67 100644 --- a/boot.php +++ b/boot.php @@ -1133,7 +1133,6 @@ class App { $backend[] = "noscrape"; $backend[] = "p"; $backend[] = "photo"; - $backend[] = "photos"; $backend[] = "poco"; $backend[] = "post"; $backend[] = "proxy";