cvs diff -u -p protected_node.module Index: protected_node.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/protected_node/protected_node.module,v retrieving revision 1.7 diff -u -p -r1.7 protected_node.module --- protected_node.module 13 Apr 2008 18:09:19 -0000 1.7 +++ protected_node.module 14 Apr 2008 11:18:06 -0000 @@ -206,7 +206,7 @@ function protected_node_enterpassword() if(!isset($_GET['destination'])) { // Illegal call - watchdog('protected_node', 'Illegal call to /protected-node', WATCHDOG_WARN); + watchdog('protected_node', 'Illegal call to /protected-node', array(), WATCHDOG_WARNING); drupal_access_denied(); }