diff options
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/pages/config.xml b/app/php/pages/config.xml index b870cb3..d6403ff 100644 --- a/app/php/pages/config.xml +++ b/app/php/pages/config.xml @@ -3,7 +3,7 @@ <services> <service id="page" class="TPageService" - ClientScriptManagerClass="Application.components.ClientScriptManager" /> + ClientScriptManagerClass="Application.web.ClientScriptManager" /> </services> <pages MasterClass="Application.layouts.MainLayout" |