[ticket/212] Add tests for moving modules
B3P-212
This commit is contained in:
@@ -834,7 +834,7 @@ class portal_module
|
||||
*
|
||||
* @param int $module_id ID of the module that should be moved
|
||||
*/
|
||||
protected function move_module_up($module_id)
|
||||
public function move_module_up($module_id)
|
||||
{
|
||||
$sql = 'SELECT module_order, module_column
|
||||
FROM ' . PORTAL_MODULES_TABLE . '
|
||||
|
||||
Reference in New Issue
Block a user