From a85f63dedee1c8ddf15757e204a170bf000d89dc Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Wed, 3 Dec 2014 00:09:04 +0100 Subject: code reformatting tpl_content_core() --- inc/template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/template.php') diff --git a/inc/template.php b/inc/template.php index 31a65ce61..eb88732c4 100644 --- a/inc/template.php +++ b/inc/template.php @@ -170,8 +170,9 @@ function tpl_content_core() { break; default: $evt = new Doku_Event('TPL_ACT_UNKNOWN', $ACT); - if($evt->advise_before()) + if($evt->advise_before()) { msg("Failed to handle command: ".hsc($ACT), -1); + } $evt->advise_after(); unset($evt); return false; -- cgit v1.2.3