From: Stanislav N. Date: Sun, 29 Mar 2015 12:01:51 +0000 (+0500) Subject: Typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bcf7ade40dc7f60e5cd5da8ca2f8a2057072468e;p=friendica.git Typo --- diff --git a/boot.php b/boot.php index 3072be2c16..92ee2a926d 100644 --- a/boot.php +++ b/boot.php @@ -2175,7 +2175,7 @@ function zrl_init(&$a) { } } -function zrl($s,$force = false) {i +function zrl($s,$force = false) { if(! strlen($s)) return $s; if((! strpos($s,'/profile/')) && (! $force))