fix version-compare in calendars app.php
This commit is contained in:
parent
57f2bf5969
commit
928e9b121b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?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';
|
||||
|
|
Loading…
Reference in a new issue