From b5beb4c69ae8b762365291ec0cc174c6b03412d0 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 2 Jan 2015 07:50:21 +0100 Subject: [PATCH] Litte typo ... --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];