Explorar o código

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

Jimmy Conner %!s(int64=21) %!d(string=hai) anos
pai
achega
b591549290
Modificáronse 1 ficheiros con 1 adicións e 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");
     }
 
     /*