CC-5302: Undefined variable in zend log

This commit is contained in:
drigato 2013-08-13 16:36:04 -04:00
parent 9cbdd06af2
commit 033693721e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $nextFileUrl = null;
if ($item['type'] == 2) {
$bl= new Application_Model_Block($item['item_id']);
$staticBlock = $bl->isStatic();
$fileUrl = null;
}
else if ($item['type'] == 0) {
$audiofile = Application_Model_StoredFile::RecallById($item['item_id']);