diff options
author | emkael <emkael@tlen.pl> | 2016-04-23 00:53:14 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-23 00:53:14 +0200 |
commit | 970da9fd7273827357100f89e5de33b55cf44d71 (patch) | |
tree | 8ccb2267dceefdf7a02ea718b00a3cc470f8a9ef /app/php/pages | |
parent | dd3ce906c54d69df83214dc519a4d30658e99004 (diff) |
* moving stuff around (general classes from components to web)
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" |