[ticket/216] Use handle_after_move() in move_module_down()

B3P-216
This commit is contained in:
Marc Alexander
2014-02-11 22:08:11 +01:00
parent feb2f52d4d
commit 817c89e26e

View File

@@ -943,13 +943,8 @@ class portal_module
$this->db->sql_query($sql);
}
}
else
{
trigger_error($this->user->lang['UNABLE_TO_MOVE_ROW'] . adm_back_link($this->u_action));
}
$this->cache->destroy('portal_modules');
redirect($this->u_action); // redirect in order to get rid of excessive URL parameters
$this->handle_after_move($updated, true);
}
/**