mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-09 18:16:48 +01:00
Fix extra process class method
This commit is contained in:
@@ -113,7 +113,7 @@ $status = array(
|
||||
|
||||
// Include our process once our bug checking work is done
|
||||
$extraProcesses = new ExtraProcesses();
|
||||
$doNext = $extraProcesses->onFileDirPaste($result, $status);
|
||||
$doNext = $extraProcesses->onBugCheckResult($result, $status);
|
||||
|
||||
// Finally, display our status in JSON format as the XHR response text
|
||||
echo json_encode($status);
|
||||
|
||||
Reference in New Issue
Block a user