| Summary | Fix broken function prototype |
| 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 | 3/6/14 (4418 days ago) |
| Due | |
| Updated | 3/6/14 (4418 days ago) |
| Assigned | |
| Resolved | 3/6/14 (4418 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit aecf1e63bcf90ac668714ec578972a3ce6ffbf53
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Mar 7 11:33:28 2014 +0100
Fix broken function prototype
Fixes this error:
PHP Fatal error: Declaration of
Horde_Themes_Css_Cache_Horde_Cache::process() must be compatible
with that of Horde_Themes_Css_Cache::process()
in
/datastore/DEVEL/framework/Core/lib/Horde/Themes/Css/Cache/HordeCache.php on
line 25
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: 13014.../Core/lib/Horde/Themes/Css/Cache/HordeCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/aecf1e63bcf90ac668714ec578972a3ce6ffbf53
Priority ⇒ 1. Low
New Attachment: 0001-Fix-broken-function-prototype.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Fix broken function prototype
Type ⇒ Bug
State ⇒ Unconfirmed
-----------------
Fixes this error:
PHP Fatal error: Declaration of
Horde_Themes_Css_Cache_Horde_Cache::process() must be compatible
with that of Horde_Themes_Css_Cache::process()
in
/datastore/DEVEL/framework/Core/lib/Horde/Themes/Css/Cache/HordeCache.php on
line 25