Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
--- develop ---

issue: Quicktree continually registers a realm

--- 2.0 ---

feature: Allow creation of named Trees
Expand Down
2 changes: 0 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ function quicktree_config_arrays() {

quicktree_check_upgrade();

api_plugin_register_realm('quicktree', 'quicktree.php', __('QuickTree Tree Management', 'quicktree'), 1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this registered elsewhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good point. Let me see about that.


if (read_config_option('quicktree_pagestyle') > 0) {
$menu[__('Management')]['plugins/quicktree/quicktree.php?location=console'] = __('QuickTree Trees', 'quicktree');
}
Expand Down