summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php
diff options
context:
space:
mode:
authorxue <>2006-01-31 01:30:28 +0000
committerxue <>2006-01-31 01:30:28 +0000
commit99ecc26ddd9c6f0233aff2770e82c9db80fd0b4c (patch)
tree598a306e5431e8dccf81ce6cdf812902145f22b6 /tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php
parente326bab1cc979cadb01ef3e3c213838e046a42d7 (diff)
All events are now defined with public on-functions. This is to comply with the new change introduced since 5.1.
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php')
-rw-r--r--tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php
index 0399d4a3..97ec656b 100644
--- a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php
+++ b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php
@@ -2,7 +2,7 @@
class RequiredFieldValidator extends TPage
{
- protected function onLoad($param)
+ public function onLoad($param)
{
if(!$this->IsPostBack)
$this->dataBind();