Browse Source

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

Jimmy Conner 21 years ago
parent
commit
b591549290
1 changed files with 1 additions and 1 deletions
  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");
     }
 
     /*