1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

More notice removal

This commit is contained in:
Tijn Kuyper
2012-12-08 13:52:05 +01:00
parent bb13386eb3
commit 5290bb8ea4
36 changed files with 134 additions and 130 deletions

View File

@@ -527,10 +527,10 @@ class e_bbcode
$data = array(
'tagid' => $id,
'template' => $template,
'trigger' => $addtextfunc,
'trigger' => vartrue($addtextfunc),
// 'hint_func' => $helpfunc, // unused
// 'hint_active' => $bbcode_helpactive, // unused
'size' => $helpsize
'size' => vartrue($helpsize)
);
$bbcode_shortcodes->setVars($data);