summaryrefslogtreecommitdiff
path: root/includes/sys_page.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-09-30 16:55:23 +0200
committermsquare <msquare@notrademark.de>2016-09-30 16:55:23 +0200
commit9fce3b22aa76fe68abe81f36b46a763df0535aef (patch)
treee4be3a14f9511783d6c14a6a1bad881857655148 /includes/sys_page.php
parent9ad90882600e89c4682397870879c8403576bc74 (diff)
fix issues after changing codestyle
Diffstat (limited to 'includes/sys_page.php')
-rw-r--r--includes/sys_page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_page.php b/includes/sys_page.php
index a2f9fff6..a6daaae1 100644
--- a/includes/sys_page.php
+++ b/includes/sys_page.php
@@ -115,7 +115,7 @@ class ValidationResult {
* The validated value
*/
public function ValidationResult($valid, $value) {
- $this->ok = $valid;
+ $this->valid = $valid;
$this->value = $value;
}