From 43c1fa115dc0ddbae8b39dba906ac43a53168327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 1 Sep 2009 16:59:50 +0000 Subject: [PATCH] Renamed to match with new name --- inc/classes/main/commands/web/class_WebConfirmCommand.php | 2 +- inc/classes/main/commands/web/class_WebHomeCommand.php | 2 +- inc/classes/main/commands/web/class_WebLoginAreaCommand.php | 2 +- inc/classes/main/commands/web/class_WebLoginCommand.php | 2 +- inc/classes/main/commands/web/class_WebLoginFailedCommand.php | 2 +- inc/classes/main/commands/web/class_WebLogoutDoneCommand.php | 2 +- inc/classes/main/commands/web/class_WebRegisterCommand.php | 2 +- inc/classes/main/commands/web/class_WebStatusCommand.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inc/classes/main/commands/web/class_WebConfirmCommand.php b/inc/classes/main/commands/web/class_WebConfirmCommand.php index 6b0a7812..0b3f8a26 100644 --- a/inc/classes/main/commands/web/class_WebConfirmCommand.php +++ b/inc/classes/main/commands/web/class_WebConfirmCommand.php @@ -117,7 +117,7 @@ class WebConfirmCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebHomeCommand.php b/inc/classes/main/commands/web/class_WebHomeCommand.php index f9b6b97f..dde7e7f0 100644 --- a/inc/classes/main/commands/web/class_WebHomeCommand.php +++ b/inc/classes/main/commands/web/class_WebHomeCommand.php @@ -103,7 +103,7 @@ class WebHomeCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php index 15ef12d8..dc80cfc2 100644 --- a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php @@ -140,7 +140,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebLoginCommand.php b/inc/classes/main/commands/web/class_WebLoginCommand.php index 2fc7deec..ae90f48b 100644 --- a/inc/classes/main/commands/web/class_WebLoginCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginCommand.php @@ -109,7 +109,7 @@ class WebLoginCommand extends BaseCommand implements Commandable, Registerable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php index 1aee707c..215b75c4 100644 --- a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php @@ -106,7 +106,7 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php b/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php index 1cb62fa5..9dab0d7d 100644 --- a/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php +++ b/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php @@ -106,7 +106,7 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebRegisterCommand.php b/inc/classes/main/commands/web/class_WebRegisterCommand.php index d65c23ec..0d2c28ad 100644 --- a/inc/classes/main/commands/web/class_WebRegisterCommand.php +++ b/inc/classes/main/commands/web/class_WebRegisterCommand.php @@ -110,7 +110,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between diff --git a/inc/classes/main/commands/web/class_WebStatusCommand.php b/inc/classes/main/commands/web/class_WebStatusCommand.php index ac64ef5c..883fff71 100644 --- a/inc/classes/main/commands/web/class_WebStatusCommand.php +++ b/inc/classes/main/commands/web/class_WebStatusCommand.php @@ -104,7 +104,7 @@ class WebStatusCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between -- 2.30.2