Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notice: Undefined variable: menu_link in page_tree.php
Notice: Undefined variable: menu_link in ...\wbce\admin\pages\page_tree\page_tree.php on line 161 Issue #65 Hello, when logged in to backend as a user I got a message in pages: Notice: Undefined variable: menu_link in ...\wbce\admin\pages\page_tree\page_tree.php on line 161 Please initiate menu_link as below $menu_link = false; // manage SECTIONS and DATES Icons --> $canManageSections = (MANAGE_SECTIONS == 'enabled' && $admin->get_permission('pages_modify') == true && $can_modify == true)?true:false; Thanks to qssocial
- Loading branch information