| Summary | Fix typo in class name |
| Queue | Horde Framework Packages |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 03/06/2014 (4272 days ago) |
| Due | |
| Updated | 03/06/2014 (4272 days ago) |
| Assigned | |
| Resolved | 03/06/2014 (4272 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit 85adf6cb4151cfe3b76c6817b4ddbc232b41b082
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Mar 7 11:43:24 2014 +0100
Fix typo in class name
Fixes this PHP error:
PHP Fatal error: Class 'Horde_Themes_Css_Cache_HordeCache' not found in
/datastore/DEVEL/framework/Core/lib/Horde/Core/Factory/CssCache.php on
line 56
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: 13015.../Core/lib/Horde/Themes/Css/Cache/HordeCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/85adf6cb4151cfe3b76c6817b4ddbc232b41b082
Priority ⇒ 1. Low
New Attachment: 0002-Fix-typo-in-class-name.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Fix typo in class name
Type ⇒ Bug
State ⇒ Unconfirmed
-----------------
Fixes this PHP error:
PHP Fatal error: Class 'Horde_Themes_Css_Cache_HordeCache' not found in
/datastore/DEVEL/framework/Core/lib/Horde/Core/Factory/CssCache.php on line 56