|
@@ -158,7 +158,7 @@ |
|
|
block discarded – undo |
|
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([ |
Please login to merge, or discard this patch.