diff options
author | friendica <info@friendica.com> | 2015-03-03 15:56:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-03 15:56:19 -0800 |
commit | c551ca430bd935db860f88910a42aaf63680a12e (patch) | |
tree | bbb7e1108982fe6e08e8bfba0f7695fbe205b974 /include/bookmarks.php | |
parent | 99e4d2362c3e02f7ef593208a365d81254c25156 (diff) | |
parent | 958a140f641a81f3214f3db06baaaa1055183716 (diff) | |
download | volse-hubzilla-c551ca430bd935db860f88910a42aaf63680a12e.tar.gz volse-hubzilla-c551ca430bd935db860f88910a42aaf63680a12e.tar.bz2 volse-hubzilla-c551ca430bd935db860f88910a42aaf63680a12e.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/bookmarks.php')
-rw-r--r-- | include/bookmarks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bookmarks.php b/include/bookmarks.php index e70158476..c6e8e86f2 100644 --- a/include/bookmarks.php +++ b/include/bookmarks.php @@ -9,7 +9,7 @@ function bookmark_add($channel,$sender,$taxonomy,$private,$opts = null) { $ischat = false; if(is_array($opts)) { - $menu_id = ((x($opts,'menu_id')) ? intval($opt['menu_id']) : 0); + $menu_id = ((x($opts,'menu_id')) ? intval($opts['menu_id']) : 0); $menu_name = ((x($opts,'menu_name')) ? escape_tags($opts['menu_name']) : ''); $ischat = ((x($opts,'ischat')) ? intval($opts['ischat']) : 0); } |