[Tickets #9699] Error in Ingo Storage SQL
bugs at horde.org
bugs at horde.org
Wed Mar 23 01:48:09 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9699
------------------------------------------------------------------------------
Ticket | 9699
Erstellt Von | noles at a3k.net
Zusammenfassung | Error in Ingo Storage SQL
Warteschlange | Ingo
Version | 2.0-RC1
Typ | Bug
Status | Unconfirmed
Priorität | 1. Low
Milestone |
Patch | 1
Zuständige |
+Neue Anlage | Sql.php.diff
------------------------------------------------------------------------------
noles at a3k.net (2011-03-23 01:48) hat geschrieben:
There is an error in ingo/lib/Storage/Sql.php in case self::ACTION_FORWARD:
On execute of $ob->setForwardAddresses($data['a'], false) on line 105
the function setForwardAddresses can not be found because $ob = new
Ingo_Storage_Forward(); has not been set under the "elseif" statement.
I changed the position of $ob = new Ingo_Storage_Forward(); that it
will be executed on top of the "if" statement.
see Patch
More information about the bugs
mailing list