From: Roland Häder Date: Fri, 21 Aug 2009 21:19:28 +0000 (+0000) Subject: Rewritten to match with class name X-Git-Url: https://git.mxchange.org/?p=admin.git;a=commitdiff_plain;h=3f60295d2c7f90d79c580353fdce55230911f361 Rewritten to match with class name --- diff --git a/application/admin/templates/de/code/action_admin_status_problem.ctp b/application/admin/templates/de/code/action_admin_status_problem.ctp index 63cea23..de4ba15 100644 --- a/application/admin/templates/de/code/action_admin_status_problem.ctp +++ b/application/admin/templates/de/code/action_admin_status_problem.ctp @@ -2,7 +2,7 @@ // Get helper instance for web forms. This will add the opening form-tag to // the helper's render cache which is simply a small variable in the class // BaseHelper. -$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "resend")); +$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'resend_link')); // Pre-fetch field data with a given registry key $helperInstance->prefetchValueInstance('user'); @@ -54,7 +54,7 @@ if ($helperInstance->ifUserAccountUnconfirmed()) { Bestätigungscode unten eingeben.
- {?resend?} + {?resend_link?}