Skip to content
Snippets Groups Projects
Commit 928e9b12 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix version-compare in calendars app.php

parent 57f2bf59
No related branches found
No related tags found
No related merge requests found
<?php
if(version_compare(PHP_VERSION, '5.3.0', '>')){
if(version_compare(PHP_VERSION, '5.3.0', '>=')){
$l=new OC_L10N('calendar');
OC::$CLASSPATH['OC_Calendar_App'] = 'apps/calendar/lib/app.php';
OC::$CLASSPATH['OC_Calendar_Calendar'] = 'apps/calendar/lib/calendar.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment