--- faq.module.orig	2008-07-15 12:18:00.000000000 +0100
+++ faq.module	2008-07-17 09:47:25.000000000 +0100
@@ -40,8 +40,11 @@
 /**
  * Implementation of hook_access().
  */
-function faq_access($op, $node, $account) {
+function faq_access($op, $node, $account = NULL) {
   global $user;
+  if (empty($account)) {
+    $account = $user;
+  }
 
   if ($op != 'create') {
     $node = (object)$node;
