mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Bugfix: incorrect bbcode panel in admin->custom pages.
This commit is contained in:
@@ -353,7 +353,7 @@ class page
|
|||||||
|
|
||||||
$textareaValue = (strstr($data, "[img]http") ? $data : str_replace("[img]../", "[img]", $data));
|
$textareaValue = (strstr($data, "[img]http") ? $data : str_replace("[img]../", "[img]", $data));
|
||||||
// $text .= $frm->textarea('data', $textareaValue);
|
// $text .= $frm->textarea('data', $textareaValue);
|
||||||
$text .= $frm->bbarea('data', $textareaValue, 'data', 'cpage-help');
|
$text .= $frm->bbarea('data', $textareaValue, 'page','help','large');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user