diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-01 02:30:52 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-01 02:30:52 +0200 |
commit | 38d2ca460b25ec1ea86d513fa5eed27c362904d5 (patch) | |
tree | 3b1efc77829971497d1586ed2f76d425184420c7 /inc | |
parent | 7b4365a732a993fcabe66b9ff4b4c85afb5ae367 (diff) | |
download | rpg-38d2ca460b25ec1ea86d513fa5eed27c362904d5.tar.gz rpg-38d2ca460b25ec1ea86d513fa5eed27c362904d5.tar.bz2 |
remove debug var
Diffstat (limited to 'inc')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 5508233ae..c5b2d566a 100644 --- a/inc/template.php +++ b/inc/template.php @@ -783,7 +783,7 @@ function tpl_get_action($type) { if($evt->advise_before()) { //handle unknown types if($unknown) { - $data = '[unknown %s type]'.$type; + $data = '[unknown %s type]'; } } $evt->advise_after(); |