CC-4358: Calendar: Show Content: Undefined Index
-fixed
This commit is contained in:
parent
f86fa8f945
commit
8ec9ccedf3
3 changed files with 15 additions and 7 deletions
|
@ -278,7 +278,7 @@ class AudiopreviewController extends Zend_Controller_Action
|
|||
|
||||
$elementMap = array(
|
||||
'element_title' => isset($track['track_title']) ? $track['track_title'] : "",
|
||||
'element_artist' => isset($track['artist_name']) ? $track['artist_name'] : "",
|
||||
'element_artist' => isset($track['creator']) ? $track['creator'] : "",
|
||||
'element_position' => $position,
|
||||
'element_id' => ++$position,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue