cal export - little fix for json
This commit is contained in:
parent
71c9f562ae
commit
d076f61a4a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function events_init(&$a) {
|
||||||
if($a->argc == 1) {
|
if($a->argc == 1) {
|
||||||
// if it's a json request abort here becaus we don't
|
// if it's a json request abort here becaus we don't
|
||||||
// need the widget data
|
// need the widget data
|
||||||
if($a->argv[1] !== 'json')
|
if($a->argv[1] === 'json')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
$cal_widget = widget_events();
|
$cal_widget = widget_events();
|
||||||
|
|
Loading…
Reference in a new issue