1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

More notice removals

This commit is contained in:
Tijn Kuyper
2012-12-08 00:32:37 +01:00
parent df2a903e62
commit 9b1543ec2c
4 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ function wmessage_shortcode($parm)
if (isset($wmessage) && $wmessage)
{
ob_start();
if ($pref['wm_enclose'])
if (vartrue($pref['wm_enclose']))
{
$ns->tablerender($wmcaption, implode("<br />",$wmessage), 'wm');
}