issue 70 admin dashboard debug

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9063 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-06 10:30:36 +00:00
parent 48c762d325
commit 385d704388

View file

@ -221,7 +221,10 @@
if(is_array($output))
{
foreach($output AS $key=>$value)
{
$value->content = strip_tags($value->content);
if(!trim($value->content)) $value->content = '...';
}
}
Context::set('latestCommentList', $output);
unset($args, $output, $columnList);