Skip to content
Snippets Groups Projects
Commit 38d2ca46 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

remove debug var

parent 7b4365a7
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment