Ver código fonte

Fix simple E_STRICT notice

pdontthink 13 anos atrás
pai
commit
c0359324bf
1 arquivos alterados com 1 adições e 1 exclusões
  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;
     }