[ticket/508] Only execute portal once when accessed via domain only
B3P-508
This commit is contained in:
@@ -58,4 +58,9 @@ class template
|
||||
{
|
||||
$this->test_case->assertSame($expected, $this->data[$row]);
|
||||
}
|
||||
|
||||
public function delete_var($key)
|
||||
{
|
||||
unset($this->data[$key]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user