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:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user