diff options
Diffstat (limited to 'core/hooks/load_modules.php')
-rw-r--r-- | core/hooks/load_modules.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hooks/load_modules.php b/core/hooks/load_modules.php index 57d0fffb..887582f7 100644 --- a/core/hooks/load_modules.php +++ b/core/hooks/load_modules.php @@ -19,3 +19,4 @@ */ Event::add("system.ready", array("module", "load_modules")); +Event::add("system.post_routing", array("module", "load_themes")); |