From 3f60295d2c7f90d79c580353fdce55230911f361 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 21 Aug 2009 21:19:28 +0000 Subject: [PATCH] Rewritten to match with class name --- .../admin/templates/de/code/action_admin_status_problem.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?}
-- 2.30.2