diff options
author | redmatrix <git@macgirvin.com> | 2016-05-20 01:21:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-20 01:21:19 -0700 |
commit | cae380f068ce3c06360b430c84b267414dc02fcf (patch) | |
tree | 89f6ebc538ff9501d90f0953356ad0aa1a0423c6 /boot.php | |
parent | 3aa6e9690443e4fb762d16a821a8bf63e6ed70de (diff) | |
download | volse-hubzilla-cae380f068ce3c06360b430c84b267414dc02fcf.tar.gz volse-hubzilla-cae380f068ce3c06360b430c84b267414dc02fcf.tar.bz2 volse-hubzilla-cae380f068ce3c06360b430c84b267414dc02fcf.zip |
case issue
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1814,7 +1814,7 @@ function get_max_import_size() { * * $cmd and string args are surrounded with "" */ -function proc_run($cmd){ +function proc_run(){ $a = get_app(); |