Skip to content
Snippets Groups Projects
Commit f3097b55 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #36403 monocle for everyone

parent 116bb1d3
Branches
Tags
9 merge requests!1553Master,!1519Master,!1502Master,!1501Stable,!1491Master,!1472Stable,!1461Stable,!1454Stable,!1434Hotline#36403 remove tag development for monocle reader in module telephone
- ticket #36403 : Ajout du lecteur d'Ebook depuis le profil téléphone. Cette fonctionnalité était déjà présente lorsque Bokeh était configuré en mode expérimental.
......@@ -42,7 +42,7 @@ class ZendAfi_View_Helper_Telephone_RenderAlbum extends ZendAfi_View_Helper_Rend
if ($album->isArteVod())
return $this->view->tagVideo($album);
if (defined('DEVELOPMENT') && $album->isEPUB())
if ($album->isEPUB())
return $this->view->monocleReader($album);
if ($album->isAudioRecord())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment