Make sure jscalendar is still loaded

This commit is contained in:
Nathan Gray 2014-05-15 16:17:30 +00:00
parent 89f045a5c1
commit 12f5a2e577

View File

@ -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;