Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ralfbecker/horde
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 13, 2015
2 parents 0e98ec3 + de0e3de commit 69774fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php
Expand Up @@ -23,7 +23,7 @@
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Compress
*/
class Horde_Compress_Tnef_ICalendar extends Horde_Compress_Tnef_Object
class Horde_Compress_Tnef_Icalendar extends Horde_Compress_Tnef_Object
{
const PART_ACTION = 'NEEDS-ACTION';
const PART_TENTATIVE = 'TENTATIVE';
Expand Down Expand Up @@ -593,4 +593,4 @@ protected function _toItip()
);
}

}
}

0 comments on commit 69774fb

Please sign in to comment.