CC-5302: Undefined variable in zend log
This commit is contained in:
parent
9cbdd06af2
commit
033693721e
|
@ -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']);
|
||||
|
|
Loading…
Reference in New Issue