mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17507] Adjust module removal procedure
PHPBB-17507
This commit is contained in:
@@ -377,7 +377,7 @@ class module implements \phpbb\db\migration\tool\tool_interface
|
||||
{
|
||||
if (!$this->exists($class, $parent, $module, true))
|
||||
{
|
||||
return;
|
||||
throw new \phpbb\db\migration\exception('MODULE_NOT_EXIST', $module);
|
||||
}
|
||||
|
||||
$parent_sql = '';
|
||||
|
Reference in New Issue
Block a user