From: Roland Haeder Date: Thu, 23 Mar 2017 20:45:00 +0000 (+0100) Subject: Opps, missed one ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=47602577f38992bb9d5f428553dfabb97709924f;p=friendica.git Opps, missed one ... Signed-off-by: Roland Haeder --- diff --git a/boot.php b/boot.php index cf14fdd863..3070005d4c 100644 --- a/boot.php +++ b/boot.php @@ -675,8 +675,8 @@ class App { * or in a sub-directory and adjust accordingly */ - $path = trim(dirname($_SERVER['SCRIPT_NAME']),'/\\'); - if (isset($path) && strlen($path) && ($path != $this->path)) + $path = trim(dirname($_SERVER['SCRIPT_NAME']), '/\\'); + if (isset($path) && strlen($path) && ($path != $this->path)) { $this->path = $path; } }