From fbbb4a72f0a5f13668d29b970ae9b64c85859e75 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 28 Sep 2021 23:27:26 +0000 Subject: [PATCH] Forgot to change constructor name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14929 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/l10n/gettext.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/l10n/gettext.class.php b/class/l10n/gettext.class.php index 961965f3..0692a536 100644 --- a/class/l10n/gettext.class.php +++ b/class/l10n/gettext.class.php @@ -74,7 +74,7 @@ class gettext_reader { * @return boolean false, if some error with stream TODO: Constructors should not return anything. */ - function gettext_reader($Reader) { + function __construct($Reader) { $MAGIC1 = (int) ((222) | (18<<8) | (4<<16) | (149<<24)); $MAGIC2 = (int) ((149) | (4<<8) | (18<<16) | (222<<24)); -- 2.25.1