1
0
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:
CaMer0n 2011-05-05 11:31:27 +00:00
parent 4113e8801d
commit 53f0d0d9a9

View File

@ -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');