fix show-stopping bugs

This commit is contained in:
Zach Prezkuta
2013-01-06 19:34:54 -07:00
parent 4281a95cbc
commit b4a95460e6
31 changed files with 46 additions and 426 deletions

View File

@@ -204,7 +204,7 @@ class Item extends BaseObject {
$body = prepare_body($item,true);
if($a->theme['template_engine'] === 'internal') {
if($a->get_template_engine() === 'internal') {
$body_e = template_escape($body);
$name_e = template_escape($profile_name);
$title_e = template_escape($item['title']);