* Fix bug #17362.
This commit is contained in:
@@ -89,7 +89,7 @@ js::set('docID', $doc->id);
|
||||
<div class="detail no-padding">
|
||||
<div class="detail-content article-content no-margin no-padding">
|
||||
<?php
|
||||
if($doc->type == 'url')
|
||||
if($doc->type == 'url' and $showPageDetails)
|
||||
{
|
||||
$url = $doc->content;
|
||||
if(!preg_match('/^https?:\/\//', $doc->content)) $url = 'http://' . $url;
|
||||
|
||||
Reference in New Issue
Block a user