This commit is contained in:
friendica 2013-04-16 16:41:08 -07:00
parent 3c89d3160a
commit 2217a3033d

View File

@ -279,7 +279,7 @@ function parse_url_content(&$a) {
// If this is a Red site, use zrl rather than url so they get zids sent to them by default
if( x($siteinfo,'generator') && strpos($siteinfo['generator'],RED_PLATFORM . ' '))
if( x($siteinfo,'generator') && (strpos($siteinfo['generator'],RED_PLATFORM . ' ') == 0))
$template = str_replace('url','zrl',$template);
if($siteinfo["title"] == "") {