From: Roland Häder Date: Mon, 21 Mar 2011 23:25:57 +0000 (+0000) Subject: Removed obsolete parameter 'applicationInstance' from all template engines X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3a9710d71212bbd42bbed21611d445b44ea86e49;hp=b610b262f89150ac6e1e1aa1b43897b15d6b6215 Removed obsolete parameter 'applicationInstance' from all template engines --- diff --git a/index.php b/index.php index 8b912d836a..2c960e2063 100644 --- a/index.php +++ b/index.php @@ -98,7 +98,7 @@ final class ApplicationEntryPoint { // Use the template engine for putting out (nicer look) the message try { // Get the template instance from our object factory - $templateInstance = ObjectFactory::createObjectByName($tpl, array(ApplicationHelper::getInstance())); + $templateInstance = ObjectFactory::createObjectByName($tpl); } catch (FrameworkException $e) { die(sprintf("[Main:] Could not initialize template engine for reason: %s", $e->getMessage()