function args reversed on duplicate zid detection.

This commit is contained in:
friendica 2013-05-29 16:31:07 -07:00
parent 2a6d3e1f94
commit cd9ea115f8
2 changed files with 2 additions and 2 deletions

View File

@ -2113,7 +2113,7 @@ function zid_init(&$a) {
function zid($s,$force = false) {
if(! strlen($s) || strpos('zid=',$s))
if(! strlen($s) || strpos($s,'zid='))
return $s;
$has_params = ((strpos($s,'?')) ? true : false);
$num_slashes = substr_count($s,'/');

View File

@ -1 +1 @@
2013-05-28.327
2013-05-29.328