1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

PM: Fix for outbox template load. BC styling fix for table width.

This commit is contained in:
Cameron
2017-05-25 14:43:39 -07:00
parent ae5da61a3c
commit 77df665135
2 changed files with 3 additions and 1 deletions

View File

@@ -314,7 +314,7 @@
$PM_OUTBOX['end'] = $this->updateTemplate($PM_OUTBOX_FOOTER);
}
if(empty($PM_OUTBOX))
if(empty($PM_OUTBOX['item']))
{
$PM_OUTBOX = e107::getTemplate('pm', 'pm', 'outbox');
}