[ticket/508] Only execute portal once when accessed via domain only

B3P-508
This commit is contained in:
Marc Alexander
2015-03-15 15:26:32 +01:00
parent c0430bb20e
commit eb24ba1425
3 changed files with 26 additions and 0 deletions

View File

@@ -58,4 +58,9 @@ class template
{
$this->test_case->assertSame($expected, $this->data[$row]);
}
public function delete_var($key)
{
unset($this->data[$key]);
}
}