Correct variable in boot.php

This commit is contained in:
Klaus Weidenbach 2019-01-28 23:10:36 +01:00
parent 671b6d2eda
commit ec6e130eb3

View File

@ -1833,8 +1833,6 @@ function proc_run(){
$args = func_get_args(); $args = func_get_args();
$newargs = array();
if(! count($args)) if(! count($args))
return; return;
@ -2401,7 +2399,7 @@ function z_get_temp_dir() {
if(! $temp_dir) if(! $temp_dir)
$temp_dir = sys_get_temp_dir(); $temp_dir = sys_get_temp_dir();
return $upload_dir; return $temp_dir;
} }