[Tickets #9652] Typo Fix on framework/Core/lib/Horde/Core/Db/Migration.php
bugs at horde.org
bugs at horde.org
Thu Mar 10 16:28:13 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9652
------------------------------------------------------------------------------
Ticket | 9652
Created By | imp at lx-soft.com
Summary | Typo Fix on
| framework/Core/lib/Horde/Core/Db/Migration.php
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
imp at lx-soft.com (2011-03-10 16:28) wrote:
On "__construct" function, line 69:
- if (!in_array($app, $apps)) {
+ if (!in_array($app, $this->apps)) {
Small typo fix.
Regards,
Vincent
More information about the bugs
mailing list