From e3fb9155f0ff5ab8a58b50e287020457326d69bb Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Mon, 4 Jul 2016 22:36:24 +0200
Subject: [PATCH] Bugfix: On "photos" the session management has to work

---
 boot.php | 1 -
 1 file changed, 1 deletion(-)

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";
-- 
2.39.5