From c6b8b46c20800c58b548b0541ef7af067845c0b3 Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 28 Oct 2004 05:28:48 +0000 Subject: [PATCH 1/1] 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 --- functions/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } /* -- 2.25.1