From ae57f5fb591ecc01c9cb007c4517efa5c4ff9e72 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 27 Jun 2006 14:21:23 +0000 Subject: Fixed #239. --- .../tickets/protected/pages/Ticket239.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket239.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket239.php') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket239.php b/tests/FunctionalTests/tickets/protected/pages/Ticket239.php new file mode 100644 index 00000000..a40c94b5 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket239.php @@ -0,0 +1,16 @@ +Result->Text.=$sender->ID." is activated. "; + } + + public function deactivateView($sender,$param) + { + $this->Result->Text.=$sender->ID." is deactivated. "; + } +} + +?> \ No newline at end of file -- cgit v1.2.3