From: cigamit Date: Thu, 28 Oct 2004 05:28:48 +0000 (+0000) Subject: Minor Bug fix, localbackendname was being set in the wrong "scope". X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c6b8b46c20800c58b548b0541ef7af067845c0b3;hp=cf92500bf844ba324a9dff9665da60c65d5c5973;p=squirrelmail.git Minor Bug fix, localbackendname was being set in the wrong "scope". git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8262 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/addressbook.php b/functions/addressbook.php index ed6df986..4ffed913 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -376,7 +376,7 @@ class AddressBook { // Constructor function. function AddressBook() { - $localbackendname = _("Personal address book"); + $this->localbackendname = _("Personal address book"); } /*