Index: branches/5.3.x/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -N -r16171 -r16177 --- branches/5.3.x/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 16171) +++ branches/5.3.x/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 16177) @@ -1,6 +1,6 @@ runAfterConfigRead($preloaded_prefix); } - $clones = $this->cloner->extrude($preloaded_prefix); + // Only use cached clones for calls in the middle of initialization (e.g. url parsing). + $clones = $this->cloner->extrude($preloaded_prefix, !$this->finalStage); if ( $this->finalStage ) { foreach ( $clones as $a_prefix ) {