The branch "master" has been updated. The following is a summary of the commits.
from: a36d7871ed24e3a0ff0fa24b3e9239378e7b6418 de0e3de Fix for PHP Fatal error: Class 'Horde_Compress_Tnef_Icalendar' not found 0e98ec3 Spacing 69774fb Merge branch 'master' of https://github.com/ralfbecker/horde Summary: http://github.com/horde/horde/compare/a36d7871ed24e3a0ff0fa24b3e9239378e7b6418...69774fb38f0d1f1acac46f41eeee8913dd554f47 ----------------------------------------------------------------------- commit de0e3de0882ea3c0ea03eb9c60bfcf8ed653be87 Author: Ralf Becker <[email protected]> Date: Wed Mar 11 15:01:42 2015 +0100 Fix for PHP Fatal error: Class 'Horde_Compress_Tnef_Icalendar' not found Wrong case in class-name causes Composer autoloader to not find the class, when Horde_Compress_Tnef eg. in line 621 does a new Horde_Compress_Tnef_Icalendar(); Should be easy to reproduce in Horde when you view a meeting request encapsulated as TNEF/winmail.dat. Ralf framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/de0e3de0882ea3c0ea03eb9c60bfcf8ed653be87 ----------------------------------------------------------------------- commit 0e98ec34678ebe9bd702a0b32c7900baf0c56abd Author: Jan Schneider <[email protected]> Date: Fri Mar 13 15:11:31 2015 +0100 Spacing kronolith/js/kronolith.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/0e98ec34678ebe9bd702a0b32c7900baf0c56abd ----------------------------------------------------------------------- commit 69774fb38f0d1f1acac46f41eeee8913dd554f47 Merge: 0e98ec3 de0e3de Author: Jan Schneider <[email protected]> Date: Fri Mar 13 15:12:43 2015 +0100 Merge branch 'master' of https://github.com/ralfbecker/horde framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/69774fb38f0d1f1acac46f41eeee8913dd554f47 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
