@@ -158,7 +158,7 @@ |
||
158 | 158 | DebugBar::addThrowable($ex); |
159 | 159 | |
160 | 160 | // The module has been deleted or is broken? Disable it. |
161 | - Log::addConfigurationLog("Module {$module_name} is missing or broken - disabling it. " . $ex->getMessage(), null); |
|
161 | + Log::addConfigurationLog("module {$module_name} is missing or broken - disabling it. " . $ex->getMessage(), null); |
|
162 | 162 | Database::prepare( |
163 | 163 | "UPDATE `##module` SET status = 'disabled' WHERE module_name = :module_name" |
164 | 164 | )->execute([ |