Skip to content
Snippets Groups Projects
Commit 56d71afb authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix undefined property

parent ca2dbcb6
Branches
Tags
No related merge requests found
...@@ -89,7 +89,7 @@ class TestController ...@@ -89,7 +89,7 @@ class TestController
]; ];
if ($nameId !== false) { if ($nameId !== false) {
$this->data['nameidHtml'] = $this->getNameIDHTML($t, $nameId); $t->data['nameidHtml'] = $this->getNameIDHTML($t, $nameId);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment