Skip to content

Commit c8f6793

Browse files
authored
Fix Pathfix leftover
Followup to e83876b
1 parent e83876b commit c8f6793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
require_once __DIR__ .'/lib/RexStan.php';
11-
$cliPhpVerssion = RexStan::execCmd('php -r "echo PHP_VERSION_ID;"', false, $lastError);
11+
$cliPhpVerssion = RexStan::execCmd('php -r "echo PHP_VERSION_ID;"', $lastError);
1212
if (is_numeric($cliPhpVerssion)) {
1313
if ($cliPhpVerssion < 70300) {
1414
$addon->setProperty('installmsg', 'PHP CLI version is too old. Please upgrade to PHP 7.3 or higher.');

0 commit comments

Comments
 (0)