incorrect comparison operator

This commit is contained in:
friendica 2013-05-02 21:17:35 -07:00
parent b33c15d045
commit ef07b71bc7

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 . ' ') == 0))
if( x($siteinfo,'generator') && (strpos($siteinfo['generator'],RED_PLATFORM . ' ') === 0))
$template = str_replace('url','zrl',$template);
if($siteinfo["title"] == "") {