summaryrefslogtreecommitdiff
path: root/framework/Web/Services
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services')
-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 2ed8e759..b0774447 100644
--- a/framework/Web/Services/TPageService.php
+++ b/framework/Web/Services/TPageService.php
@@ -685,7 +685,7 @@ class TPageNotFoundEventParameter extends TEventParameter {
*/
public function __construct($path) {
parent::__construct();
- $this->_path = $class;
+ $this->_path = $path;
}
/**