Correct variable in boot.php
This commit is contained in:
parent
671b6d2eda
commit
ec6e130eb3
4
boot.php
4
boot.php
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user