Skip to content

Commit

Permalink
Fixes #4824 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Mar 7, 2014
1 parent b6b9592 commit 68d0bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CliMulti/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static function isSupported()

private static function shellExecFunctionExists()
{
$command = 'pcntl_signal_dispatch';
$command = 'shell_exec';
$disabled = explode(',', ini_get('disable_functions'));
return !in_array($command, $disabled);
}
Expand Down

0 comments on commit 68d0bdb

Please sign in to comment.