1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Fix Ping logging message.

This commit is contained in:
Cameron
2014-01-24 08:13:47 -08:00
parent e688e9ed1a
commit 2990f4d376
2 changed files with 5 additions and 5 deletions

View File

@@ -557,7 +557,7 @@ class admin_log_form_ui extends e_admin_form_ui
case 'read': // List Page
$text = preg_replace_callback("#\[!(\w+?)(=.+?){0,1}!]#", 'log_process', $curVal);
$text = $tp->toHtml($text);
$text = $tp->toHtml($text,false,'E_BODY');
if(strpos($text,'Array')!==false || strlen($text)>300)
{