From cad2910ee9f2554570d16aab283bd6c18b5c1d0b Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 26 Feb 2006 03:54:55 +0000 Subject: Fixed #72. --- tests/FunctionalTests/tickets/protected/pages/Ticket72.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket72.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket72.php') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket72.php b/tests/FunctionalTests/tickets/protected/pages/Ticket72.php new file mode 100644 index 00000000..02432886 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket72.php @@ -0,0 +1,13 @@ +K1->SafeText; + $a2 = $this->K2->SafeText; + $this->ResultLabel->Text = $a2; + } +} + +?> \ No newline at end of file -- cgit v1.2.3