Completed
Push — openstreetmap ( 97b8ee...a322d5 )
by Greg
11:18
created
app/Module.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.