From: Roland Häder Date: Fri, 21 Aug 2009 20:42:52 +0000 (+0000) Subject: Parse error fixed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=f674968df3613418156a68f4a475c98507a1d505 Parse error fixed --- diff --git a/inc/classes/main/commands/web/class_WebStatusCommand.php b/inc/classes/main/commands/web/class_WebStatusCommand.php index f2277267..f07eb35a 100644 --- a/inc/classes/main/commands/web/class_WebStatusCommand.php +++ b/inc/classes/main/commands/web/class_WebStatusCommand.php @@ -108,7 +108,6 @@ class WebStatusCommand extends BaseCommand implements Commandable { // Get the content back from the template engine and put it in response class $templateInstance->transferToResponse($responseInstance); } - } /** * Adds extra filters to the given controller instance