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

s/$this/$t

parent 4f202c32
No related branches found
No related tags found
No related merge requests found
...@@ -287,8 +287,8 @@ class PowerIdPDisco extends \SimpleSAML\XHTML\IdPDisco ...@@ -287,8 +287,8 @@ class PowerIdPDisco extends \SimpleSAML\XHTML\IdPDisco
} }
} }
if (!empty($this->data['faventry'])) { if (!empty($t->data['faventry'])) {
$this->data['autofocus'] = 'favouritesubmit'; $t->data['autofocus'] = 'favouritesubmit';
} }
$search = '<script type="text/javascript"> $search = '<script type="text/javascript">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment