-
-
Notifications
You must be signed in to change notification settings - Fork 212
3.1.0: Module-Autoloader benutzt immer den Cache #5872
Comments
Behoben in c5b44fd. |
Now we are loading the localconfig three times? |
Not happy with this either, but I did not find a better solution. |
How about a static method in |
|
Changed in c381dd4. There is a minor catch though: you can no longer override the |
what if you don't create a class alias? Should it not be possible then? |
Theoretically, maybe, but wouldn't it be a great risk to use the core class for pre-initialization ( |
Never mind, it does not work anyway.
|
Well I'm not using the overwrite functionality anyways :D |
Datei system/modules/core/library/Contao/ClassLoader.php, Funktion scanAndRegister:
Die Variable $GLOBALS['TL_CONFIG']['bypassCache'] ist immer "false" (bzw. existiert [noch] nicht), so dass der Cache immer benutzt wird, sobald er einmal aktiviert war, unabhängig vom aktuellen Zustand der Einstellung "internen Cache umgehen".
The text was updated successfully, but these errors were encountered: