mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Bugfix: incorrect bbcode panel in admin->custom pages.
This commit is contained in:
parent
4113e8801d
commit
53f0d0d9a9
@ -353,7 +353,7 @@ class page
|
||||
|
||||
$textareaValue = (strstr($data, "[img]http") ? $data : str_replace("[img]../", "[img]", $data));
|
||||
// $text .= $frm->textarea('data', $textareaValue);
|
||||
$text .= $frm->bbarea('data', $textareaValue, 'data', 'cpage-help');
|
||||
$text .= $frm->bbarea('data', $textareaValue, 'page','help','large');
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user