navigation MDL-14632 Fixed regression in action_icon conversion

This commit is contained in:
samhemelryk 2009-08-31 02:27:40 +00:00
parent eb01b2e976
commit 65bd8c4cda

View File

@ -133,7 +133,7 @@ class block_settings_navigation_tree extends block_tree {
if (!empty($this->config->enablesidebarpopout) && $this->config->enablesidebarpopout == 'yes') {
$moveicon = new moodle_action_icon();
$moveicon->link->add_classes('moveto customcommand requiresjs');
$moveicon->link->url = ' ';
$moveicon->link->url = '';
user_preference_allow_ajax_update('nav_in_tab_panel_settingsnav'.block_settings_navigation_tree::$navcount, PARAM_INT);
if (get_user_preferences('nav_in_tab_panel_settingsnav'.block_settings_navigation_tree::$navcount, 0)) {