Skip to content
Snippets Groups Projects

Hotline #14920 return complete url when selecting item from core five filemanager

Compare and
+ 11
3
Preferences
Compare changes
Files
@@ -311,7 +311,7 @@ class CmsController extends Zend_Controller_Action {
'link' => $this->_request->getScheme() . '://'
. $this->_request->getServer('HTTP_HOST')
. $this->view->url($article->getUrl()),
'description' => $article->getFullContent(),
'description' => Class_CmsUrlTransformer::imgUrlRelativeToAbsolute($article->getFullContent()),
'lastUpdate' => strtotime($article->getDateMaj())
);
}