Browse Source

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

Jimmy Conner 21 năm trước cách đây
mục cha
commit
b591549290
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");
     }
 
     /*