aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-16 16:41:08 -0700
committerfriendica <info@friendica.com>2013-04-16 16:41:08 -0700
commit2217a3033da8779722b007faf8d1a92848846fcc (patch)
tree2c6793602e6db913548c92ba1258e5ca3aca9013 /mod
parent3c89d3160adfcbcc3f7b8055c3532de8d93fefd8 (diff)
downloadvolse-hubzilla-2217a3033da8779722b007faf8d1a92848846fcc.tar.gz
volse-hubzilla-2217a3033da8779722b007faf8d1a92848846fcc.tar.bz2
volse-hubzilla-2217a3033da8779722b007faf8d1a92848846fcc.zip
oops
Diffstat (limited to 'mod')
-rw-r--r--mod/parse_url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/parse_url.php b/mod/parse_url.php
index 18e80ee3f..9d68b907d 100644
--- a/mod/parse_url.php
+++ b/mod/parse_url.php
@@ -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"] == "") {