Fix typo
This commit is contained in:
parent
d18b6bd7b8
commit
de12e6dc1c
1 changed files with 1 additions and 3 deletions
|
@ -21,13 +21,12 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Interface definition for a resources directory driver classe
|
||||
*/
|
||||
abstract class resources_driver
|
||||
{
|
||||
protected$cal;
|
||||
protected $cal;
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
|
@ -110,5 +109,4 @@ abstract class resources_driver
|
|||
|
||||
return $events;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue