Selaa lähdekoodia

Fix simple E_STRICT notice

pdontthink 13 vuotta sitten
vanhempi
commit
c0359324bf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }