]> git.mxchange.org Git - admin.git/commitdiff
Fix for parser error
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2009 18:02:33 +0000 (18:02 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2009 18:02:33 +0000 (18:02 +0000)
application/admin/templates/de/code/login_failed.ctp

index 0dcaa5e7da67f6958c1dc3b7c752b3d3606a247d..166c48ee5216b7bf4e0770d295b0450b8151c32c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('login_retry');