aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-06 21:55:58 -0800
committerzotlabs <mike@macgirvin.com>2017-11-06 21:55:58 -0800
commit5e47b767ea6ed92f6f7ea0a3368762827937a5d8 (patch)
tree7e115ff8ec962cd52f64b60c5cebb2520d776ace /boot.php
parent7ef641e256aba64978ea9a41a31b78e4af5c68b0 (diff)
parentd16bbfb224c218b04676d890c647b6d1c5d92273 (diff)
downloadvolse-hubzilla-5e47b767ea6ed92f6f7ea0a3368762827937a5d8.tar.gz
volse-hubzilla-5e47b767ea6ed92f6f7ea0a3368762827937a5d8.tar.bz2
volse-hubzilla-5e47b767ea6ed92f6f7ea0a3368762827937a5d8.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index d3989acd3..0ac1d08df 100755
--- a/boot.php
+++ b/boot.php
@@ -925,6 +925,7 @@ class App {
*/
self::$argv = explode('/', self::$cmd);
+
self::$argc = count(self::$argv);
if ((array_key_exists('0', self::$argv)) && strlen(self::$argv[0])) {
if(strpos(self::$argv[0],'.')) {