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

hotline #29412 remove log info

parent 58af0b48
Branches
Tags
2 merge requests!1133Hotline#29412 images des articles dans le resultat de recherche,!1132Hotline#29412 images des articles dans le resultat de recherche
......@@ -10,19 +10,4 @@ $helper = $this->show_content == 'FullContent'
echo $helper->beRenderInBoite()
->renderArticle($this->article, 'article');
if(($user = Class_Users::getIdentity()) && $user->isSuperAdmin()) {
$url = $this->article->getFirstImageAbsoluteURL();
echo is_readable($url) ? 'file readable : ' . $url : 'file not readable : ' . $url ;
$url ? (new Class_WebService_Thumbnail_Provider_ImageFactory())->newImage($url) : '';
echo BR;
echo Class_Url::baseUrl();
echo BR;
$path = $this->article->getFirstImagePath();
echo is_readable($path)
? 'file readable : ' . $path
: 'file not readable : ' . $path ;
}
?>
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