mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
Make sure jscalendar is still loaded
This commit is contained in:
parent
89f045a5c1
commit
12f5a2e577
@ -22,6 +22,7 @@ class resources_reserve {
|
|||||||
*/
|
*/
|
||||||
public function book($content = array(), $arguments = array())
|
public function book($content = array(), $arguments = array())
|
||||||
{
|
{
|
||||||
|
egw_framework::validate_file('jscalendar','calendar');
|
||||||
$data = array();
|
$data = array();
|
||||||
$readonlys = array();
|
$readonlys = array();
|
||||||
$display_days = $_GET['planner_days'] ? $_GET['planner_days'] : 3;
|
$display_days = $_GET['planner_days'] ? $_GET['planner_days'] : 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user