From: <pdo...@us...> - 2021-09-28 23:27:27
|
Revision: 14929 http://sourceforge.net/p/squirrelmail/code/14929 Author: pdontthink Date: 2021-09-28 23:27:26 +0000 (Tue, 28 Sep 2021) Log Message: ----------- Forgot to change constructor name Modified Paths: -------------- trunk/squirrelmail/class/l10n/gettext.class.php Modified: trunk/squirrelmail/class/l10n/gettext.class.php =================================================================== --- trunk/squirrelmail/class/l10n/gettext.class.php 2021-09-09 06:25:12 UTC (rev 14928) +++ trunk/squirrelmail/class/l10n/gettext.class.php 2021-09-28 23:27:26 UTC (rev 14929) @@ -74,7 +74,7 @@ * @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)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |