UNO: Hide bookmark tools in items (#^ and in menu)
This commit is contained in:
@@ -241,7 +241,7 @@ class Item extends BaseObject {
|
||||
$has_bookmarks = false;
|
||||
if(is_array($item['term'])) {
|
||||
foreach($item['term'] as $t) {
|
||||
if($t['type'] == TERM_BOOKMARK)
|
||||
if(!UNO && $t['type'] == TERM_BOOKMARK)
|
||||
$has_bookmarks = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user