Skip to content
Snippets Groups Projects
Commit f6f49342 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing constructor

parent 0dff6a40
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* \file htdocs/comm/action/class/ical.class.php * \file htdocs/comm/action/class/ical.class.php
* \ingroup commercial * \ingroup commercial
* \brief File of class to parse ical calendars * \brief File of class to parse ical calendars
* \version $Id: ical.class.php,v 1.6 2011/08/03 00:46:20 eldy Exp $ * \version $Id: ical.class.php,v 1.7 2011/08/08 15:47:16 eldy Exp $
*/ */
class ical class ical
{ {
...@@ -31,6 +31,14 @@ class ical ...@@ -31,6 +31,14 @@ class ical
var $todo_count; // Number of TODOs var $todo_count; // Number of TODOs
var $last_key; //Help variable save last key (multiline string) var $last_key; //Help variable save last key (multiline string)
/**
* Constructor
*/
public function ical()
{
}
/** /**
* Read text file, icalender text file * Read text file, icalender text file
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment