Explorar o código

Fix simple E_STRICT notice

pdontthink %!s(int64=13) %!d(string=hai) anos
pai
achega
c0359324bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }