diff options
Diffstat (limited to 'apps/bookmarks/index.php')
-rw-r--r-- | apps/bookmarks/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/index.php b/apps/bookmarks/index.php index 50fea3fddbd..4d604a4fd55 100644 --- a/apps/bookmarks/index.php +++ b/apps/bookmarks/index.php @@ -21,7 +21,7 @@ * */ -require_once('../../lib/base.php'); + // Check if we are a user OC_Util::checkLoggedIn(); |