Minor correction
This commit is contained in:
parent
88e92f82c4
commit
a31f005adb
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
}
|
||||
|
||||
// Check if running as root
|
||||
if(function_exists('posix_getuid') == false)
|
||||
if(!function_exists('posix_getuid'))
|
||||
{
|
||||
Console::outError('The function posix_getuid() is not available on your system, please make sure the extension `php-common` is installed');
|
||||
exit(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue