]> git.mxchange.org Git - admin.git/commitdiff
More deprecated argument removed
authorRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 19:56:19 +0000 (19:56 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 19:56:19 +0000 (19:56 +0000)
application/admin/templates/de/code/block_persona_data.ctp
application/admin/templates/de/code/login_failed.ctp
application/admin/templates/de/code/login_form.ctp
application/admin/templates/de/code/logout_done.ctp

index a8fd0c1ce14a119eed3790da48b262f22c63e1be..0300a68d6e1aba78ae927e9ff2c7e189c68cb40e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get a helper instance for the profile link (and maybe later more!)
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile', 'index.php?app={?app_short_name?}&amp;page=login_area'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');
index 99f180cc7e3f1afdbc6aa6786e648e9fffcbbf79..0dcaa5e7da67f6958c1dc3b7c752b3d3606a247d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry', 'index.php?app={?app_short_name?}&amp;page=login'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry');
 
 // Set link text
 $helperInstance->addLinkWithTextById('login_retry');
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?}&amp;page=register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('register_login');
index 0c430b04bc19cd3237e5971017472c4c4369ff61..402f72cffb0ab8afc49f8042d255c089c5f73853 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin', 'index.php?app={?app_short_name?}&amp;page=login'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('relogin');