diff options
Diffstat (limited to 'include/bookmarks.php')
-rw-r--r-- | include/bookmarks.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bookmarks.php b/include/bookmarks.php index c6e8e86f2..0db103054 100644 --- a/include/bookmarks.php +++ b/include/bookmarks.php @@ -23,7 +23,6 @@ function bookmark_add($channel,$sender,$taxonomy,$private,$opts = null) { $iarr['mitem_desc'] = $taxonomy['term']; $iarr['mitem_flags'] = (($ischat) ? MENU_ITEM_CHATROOM : 0); - require_once('include/hubloc.php'); $zrl = is_matrix_url($taxonomy['url']); if($zrl) |