This commit is contained in:
Sergey Chernyshev 2009-11-28 02:45:33 +00:00
Родитель ec4ea21335
Коммит 946b6a6d6f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -192,7 +192,7 @@ function renderWidget ( &$parser, $widgetName ) {
function processEncodedWidgetOutput( &$out, &$text ) {
// Find all hidden content and restore to normal
$text = preg_replace(
'/<!-- ENCODED_CONTENT ([0-9a-zA-Z\/+]+=*) -->/esm',
'/<!-- ENCODED_CONTENT ([0-9a-zA-Z\/+]+=*)* -->/esm',
'base64_decode("$1")',
$text
);