Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit ddfdc9e

Browse files
committed
Merge branch '0908-DicomUploadDashboardFix-cpatrick'
* 0908-DicomUploadDashboardFix-cpatrick: BUG: refs #0908. Making the method public for use in other modules.
2 parents 1a937c9 + e2378c3 commit ddfdc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dicomextractor/controllers/components/ExtractorComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Dicomextractor_ExtractorComponent extends AppComponent
2121
* @appendVersion whether we need the --version flag
2222
* @return an array indicating whether the app is valid or not
2323
*/
24-
private function getApplicationStatus($preparedCommand, $appName, $appendVersion = true)
24+
public function getApplicationStatus($preparedCommand, $appName, $appendVersion = true)
2525
{
2626
// Our config files replace double quotes with single quotes, so we need to fix that
2727
$preparedCommand = str_replace("'", '"', $preparedCommand);

0 commit comments

Comments
 (0)