case issue

This commit is contained in:
redmatrix 2016-05-20 01:21:19 -07:00
parent 3aa6e96904
commit cae380f068
3 changed files with 547 additions and 514 deletions

View File

@ -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();

View File

@ -1922,7 +1922,7 @@ function do_delivery($deliveries) {
$deliver[] = $d;
if(count($deliver) >= $deliveries_per_process) {
Zotlabs\Daemon\Master::summon(array('Deliver',$deliver));
Zotlabs\Daemon\Master::Summon(array('Deliver',$deliver));
$deliver = array();
if($interval)
@time_sleep_until(microtime(true) + (float) $interval);
@ -1932,7 +1932,7 @@ function do_delivery($deliveries) {
// catch any stragglers
if($deliver)
Zotlabs\Daemon\Master::summon(array('Deliver',$deliver));
Zotlabs\Daemon\Master::Summon(array('Deliver',$deliver));
}

File diff suppressed because it is too large Load Diff