mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01: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())
|
||||
{
|
||||
egw_framework::validate_file('jscalendar','calendar');
|
||||
$data = array();
|
||||
$readonlys = array();
|
||||
$display_days = $_GET['planner_days'] ? $_GET['planner_days'] : 3;
|
||||
|
Loading…
Reference in New Issue
Block a user