summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/templates/list.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@jack-laptop.(none)>2012-04-27 13:23:58 +0100
committerSam Tuke <samtuke@jack-laptop.(none)>2012-04-27 13:23:58 +0100
commita1b309a42adb3090782c602960e9b96e6ae6e858 (patch)
tree9ed19a43b052c2837d2145623b6a4d6f3711d25c /apps/bookmarks/templates/list.php
parent80c850d018baceca3a6197a7c21651c58d0edc25 (diff)
parent0aaf6d16a54f697fc51e075a3308716c1bc95762 (diff)
downloadnextcloud-server-a1b309a42adb3090782c602960e9b96e6ae6e858.tar.gz
nextcloud-server-a1b309a42adb3090782c602960e9b96e6ae6e858.zip
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'apps/bookmarks/templates/list.php')
-rw-r--r--apps/bookmarks/templates/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/templates/list.php b/apps/bookmarks/templates/list.php
index 1abdbb7f838..9fe9ee7a9a9 100644
--- a/apps/bookmarks/templates/list.php
+++ b/apps/bookmarks/templates/list.php
@@ -20,7 +20,7 @@
<div id="firstrun" style="display: none;">
<?php
echo $l->t('You have no bookmarks');
- require_once('bookmarklet.php');
+ require_once(OC::$APPSROOT . '/apps/bookmarks/templates/bookmarklet.php');
createBookmarklet();
?>
</div>