Page MenuHomeIn-Portal Phabricator

D85.id219.diff
No OneTemporary

File Metadata

Created
Sat, Jun 28, 9:02 PM

D85.id219.diff

Index: core/kernel/utility/unit_config_reader.php
===================================================================
--- core/kernel/utility/unit_config_reader.php
+++ core/kernel/utility/unit_config_reader.php
@@ -799,9 +799,8 @@
$file = $this->prefixFiles[$prefix];
$prefix = $this->PreloadConfigFile($file);
- if ($this->FinalStage) {
- // run prefix OnAfterConfigRead so all
- // hooks to it can define their clonses
+ if ( $this->FinalStage || $prefix == 'm' ) {
+ // Run prefix OnAfterConfigRead so all hooks to it can define their clones.
$this->runAfterConfigRead($prefix);
}
@@ -1016,4 +1015,4 @@
}
}
-}
\ No newline at end of file
+}

Event Timeline