]> git.mxchange.org Git - admin.git/blobdiff - application/admin/templates/de/code/login_form.ctp
More deprecated argument removed
[admin.git] / application / admin / templates / de / code / login_form.ctp
index d8421e07a38fea44ca955f5477117dd31504c089..38bdcce1644775a8ec454d4f7fda7e33aa46715c 100644 (file)
@@ -51,7 +51,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
 $helperInstance->flushContent();
 
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form', 'index.php?app={?app_short_name?}&page=register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('register_login');