summaryrefslogtreecommitdiff
path: root/framework/Web/Services
diff options
context:
space:
mode:
authorrojaro <>2010-04-28 15:44:27 +0000
committerrojaro <>2010-04-28 15:44:27 +0000
commit5e0ff02ae461ad1cf148cdca7a3ec9a61ce6afa6 (patch)
treea7718d6bd69db7cde56c4adb3791cbb7933f11d5 /framework/Web/Services
parent666c814c9a291695630b8fae28e05f40e3573845 (diff)
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;
}
/**