diff --git a/lib/bug-files-check.php b/lib/bug-files-check.php index 17c5288..1ae63ec 100644 --- a/lib/bug-files-check.php +++ b/lib/bug-files-check.php @@ -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);