summaryrefslogtreecommitdiff
path: root/app/php/pages/config.xml
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-04-23 00:53:14 +0200
committeremkael <emkael@tlen.pl>2016-04-23 00:53:14 +0200
commit970da9fd7273827357100f89e5de33b55cf44d71 (patch)
tree8ccb2267dceefdf7a02ea718b00a3cc470f8a9ef /app/php/pages/config.xml
parentdd3ce906c54d69df83214dc519a4d30658e99004 (diff)
* moving stuff around (general classes from components to web)
Diffstat (limited to 'app/php/pages/config.xml')
-rw-r--r--app/php/pages/config.xml2
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"