[ticket/216] Add error handling for incorrectly moving modules left & right
B3P-216
This commit is contained in:
@@ -976,7 +976,7 @@ class portal_module
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// @todo: need an error handle here (i.e. trigger_error())
|
$this->handle_after_move(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1078,7 +1078,7 @@ class portal_module
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// @todo: need an error handle here
|
$this->handle_after_move(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user