summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/Web/Services/TPageService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php
index 90222df5..edb7c213 100644
--- a/framework/Web/Services/TPageService.php
+++ b/framework/Web/Services/TPageService.php
@@ -205,7 +205,7 @@ class TPageService extends TComponent implements IService
// set path aliases and using namespaces
foreach($pageConfig->getAliases() as $alias=>$path)
- Prado::setPathAlias($alias,$path);
+ Prado::setPathOfAlias($alias,$path);
foreach($pageConfig->getUsings() as $using)
Prado::using($using);