summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket504.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket504.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket504.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket504.php b/tests/FunctionalTests/tickets/protected/pages/Ticket504.php
index f61bfec3..7ad8e989 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket504.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket504.php
@@ -8,8 +8,6 @@ class Ticket504 extends TPage
private function showPanel($id, $param) {
foreach($this->panels as $panel) {
if($id == $panel) {
- $this->$panel->setAttribute('style', 'display: block;');
- $this->$panel->render($param->NewWriter);
$this->$panel->setVisible(true);
} else {
$this->$panel->setVisible(false);