Skip to content
Snippets Groups Projects
Commit d2efcc9c authored by git's avatar git Committed by Steven Jones
Browse files

Issue #2822875 by marcoliver: Use manual_executable_path directly without another which-lookup

parent 6a13a13c
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ abstract class ImageAPIOptimizeProcessorBinaryBase extends ConfigurableImageAPIO
public function getFullPathToBinary() {
if ($this->configuration['manual_executable_path']) {
return $this->findExecutablePath($this->configuration['manual_executable_path']);
return $this->configuration['manual_executable_path'];
}
elseif ($this->findExecutablePath()) {
return $this->findExecutablePath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment