diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-09 15:12:28 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-10 13:18:55 +0200 |
commit | 7ee722e0dafbd9e0b38014e063ec3c425368d2e7 (patch) | |
tree | eaef70aa135708e734cd28d862e8503d6196f37f /apps/gallery/lib/managers.php | |
parent | e073cd756cc2c1485292fa78884ad237a5aa8160 (diff) | |
download | nextcloud-server-7ee722e0dafbd9e0b38014e063ec3c425368d2e7.tar.gz nextcloud-server-7ee722e0dafbd9e0b38014e063ec3c425368d2e7.zip |
removing app access check, fix title for links in tiles
Diffstat (limited to 'apps/gallery/lib/managers.php')
-rw-r--r-- | apps/gallery/lib/managers.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gallery/lib/managers.php b/apps/gallery/lib/managers.php index 41300058936..f9a67b8b117 100644 --- a/apps/gallery/lib/managers.php +++ b/apps/gallery/lib/managers.php @@ -4,9 +4,6 @@ namespace OC\Pictures; require_once('lib/base.php'); -\OCP\JSON::checkLoggedIn(); -\OCP\JSON::checkAppEnabled('gallery'); - class DatabaseManager { private static $instance = null; const TAG = 'DatabaseManager'; |