Browse Source

Fix simple E_STRICT notice

pdontthink 13 years ago
parent
commit
c0359324bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -957,7 +957,7 @@ class addressbook_backend {
      *               not found, or false if an error occured.
      *
      */
-    function lookup($value, $field) {
+    function lookup($value, $field=SM_ABOOK_FIELD_NICKNAME) {
         $this->set_error('lookup is not implemented');
         return false;
     }