Explorar el Código

Minor Bug fix, localbackendname was being set in the wrong "scope".

Jimmy Conner hace 21 años
padre
commit
b591549290
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -376,7 +376,7 @@ class AddressBook {
 
       // Constructor function.
     function AddressBook() {
-        $localbackendname = _("Personal address book");
+        $this->localbackendname = _("Personal address book");
     }
 
     /*