mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
We need $c to be global here.
This commit is contained in:
parent
326b67bc26
commit
cf9af97028
@ -11,7 +11,7 @@ include_once('RRule-v2.php');
|
||||
|
||||
|
||||
function get_freebusy( $path_match, $range_start, $range_end, $bin_privs = null ) {
|
||||
global $request;
|
||||
global $request, $c;
|
||||
|
||||
// printf( "Path: %s\n", $path_match);
|
||||
// print_r($range_start);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user