Skip to content
Snippets Groups Projects

Hotline 12583

Merged Laurent requested to merge hotline-12583 into master
Compare and
+ 51
51
Preferences
Compare changes
Files
@@ -90,7 +90,7 @@ class Admin_OpdsController extends ZendAfi_Controller_Action {
$catalog = $catalog->newForEntry($this->_getParam('feed'));
if (!$entry = $catalog->getEntry($this->_getParam('entry')))
return;
$album = $entry->import();
$this->_redirect('/admin/album/edit_album/id/' . $album->getId());