Summary | Typo Fix on framework/Core/lib/Horde/Core/Db/Migration.php |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | imp (at) lx-soft (dot) com |
Created | 03/10/2011 (5233 days ago) |
Due | |
Updated | 03/10/2011 (5233 days ago) |
Assigned | |
Resolved | 03/10/2011 (5233 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9652: Fix variable name.1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0e378a133308f73448bde442dc30239b0f66abfe
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Typo Fix on framework/Core/lib/Horde/Core/Db/Migration.php
Type ⇒ Bug
State ⇒ Unconfirmed
- if (!in_array($app, $apps)) {
+ if (!in_array($app, $this->apps)) {
Small typo fix.
Regards,
Vincent