@@ -61,7 +61,7 @@ if ($config_enable_cron == 0) {
}
// Check Cron Key
if (isset($argv[1]) !== $config_cron_key) {
if ( $argv[1] !== $config_cron_key ) {
exit("Cron Key invalid -- Quitting..");
The note is not visible to the blocked user.