From: Michael Vogel Date: Fri, 2 Jan 2015 06:50:21 +0000 (+0100) Subject: Litte typo ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5beb4c69ae8b762365291ec0cc174c6b03412d0;p=friendica.git Litte typo ... --- diff --git a/boot.php b/boot.php index fa4f8b072e..258fd49ee6 100644 --- a/boot.php +++ b/boot.php @@ -2395,4 +2395,4 @@ if (!isset($argv) && array_key_exists('argv', $_SERVER)) $argv = $_SERVER['argv']; if (!isset($argc) && array_key_exists('argc', $_SERVER)) - $argv = $_SERVER['argc']; + $argc = $_SERVER['argc'];