diff --git a/src/installer/installer b/src/installer/installer index 9b1e43f..92bf7e2 100644 --- a/src/installer/installer +++ b/src/installer/installer @@ -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);