Skip to content
Snippets Groups Projects
Commit 8f4f35ec authored by chris's avatar chris
Browse files

event ACTION_TEMPLATE minor update

darcs-hash:20060415162247-9b6ab-d6c05736c0e4fb05331bc1cf06e48c5d61c64d5b.gz
parent 7ea0913c
No related branches found
No related tags found
No related merge requests found
...@@ -125,8 +125,7 @@ function tpl_content_core(){ ...@@ -125,8 +125,7 @@ function tpl_content_core(){
break; break;
default: default:
$evt = new event('ACTION_TEMPLATE',$ACT); $evt = new event('ACTION_TEMPLATE',$ACT);
$evt->advise(); if ($evt->advise())
if ($evt->_default)
msg("Failed to handle command: ".hsc($ACT),-1); msg("Failed to handle command: ".hsc($ACT),-1);
} }
} }
......
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