Typo
This commit is contained in:
parent
6e27510173
commit
bcf7ade40d
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -2175,7 +2175,7 @@ function zrl_init(&$a) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function zrl($s,$force = false) {i
|
function zrl($s,$force = false) {
|
||||||
if(! strlen($s))
|
if(! strlen($s))
|
||||||
return $s;
|
return $s;
|
||||||
if((! strpos($s,'/profile/')) && (! $force))
|
if((! strpos($s,'/profile/')) && (! $force))
|
||||||
|
|
Loading…
Reference in a new issue