1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17507] Adjust module removal procedure

PHPBB-17507
This commit is contained in:
rxu
2025-07-06 19:01:06 +07:00
parent 0f71afae61
commit 07b63fc6a8
4 changed files with 20 additions and 22 deletions

View File

@@ -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 = '';