summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-12-03 00:09:04 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-12-03 00:09:04 +0100
commita85f63dedee1c8ddf15757e204a170bf000d89dc (patch)
tree32d039b40f7bfbd2669121b11653ffdc258ac0d7 /inc/template.php
parent51a883ed288fd1a0a93fc2723019a334d104b179 (diff)
downloadrpg-a85f63dedee1c8ddf15757e204a170bf000d89dc.tar.gz
rpg-a85f63dedee1c8ddf15757e204a170bf000d89dc.tar.bz2
code reformatting tpl_content_core()
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php3
1 files changed, 2 insertions, 1 deletions
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;