From 7a89310d28044fe3cf601566c034244d8f638d19 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 4 May 2013 14:04:52 -0700 Subject: [PATCH] Issue #230 - welcome message wysiwyg editor was missing. --- e107_admin/wmessage.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/e107_admin/wmessage.php b/e107_admin/wmessage.php index 01a28c281..985d9d5fa 100644 --- a/e107_admin/wmessage.php +++ b/e107_admin/wmessage.php @@ -187,7 +187,13 @@ if ($action == "create" || $action == "edit") ".WMLAN_04." - + "; + + $text .= $frm->bbarea('data',$row['gen_chardata']); + + // $text .= ""; + + $text .= " "; // $text .= display_help("helpb", "admin"); //XXX Serves as BC Check