Summary | package has typos in /test/files |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas (at) btspuhler (dot) com |
Created | 11/15/2011 (4981 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | 11/30/2011 (4966 days ago) |
Resolved | 01/21/2012 (4914 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit b46aa5c966a8be756dcdda4dcc08008af8d63bc5
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jan 21 13:11:26 2012 -0500
Fix some paths, get rid of require_once etc...
Bug: 10763framework/Image/test/gd.php | 10 +++++++---
framework/Image/test/svg.php | 2 +-
framework/Image/test/swf.php | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b46aa5c966a8be756dcdda4dcc08008af8d63bc5
Fix some paths, get rid of require_once etc...
Bug: 107633 files changed, 9 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/0d28b9f709fc2d1adafd8986d19c980d888fe36d
State ⇒ Assigned
Queue ⇒ Horde Framework Packages
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒ current stable
Queue ⇒ Components
Summary ⇒ package has typos in /test/files
Type ⇒ Bug
require_once dirname(__FILE__) . '/../Image/svg.php'; should be
require_once dirname(__FILE__) . '/../Image/Svg.php';