Remove test data from calendar creation
This commit is contained in:
parent
9a5d517ec2
commit
ddd28aae67
|
@ -14,9 +14,9 @@ if(!OC_USER::isLoggedIn()) {
|
||||||
OC_JSON::checkAppEnabled('calendar');
|
OC_JSON::checkAppEnabled('calendar');
|
||||||
$calendar = array(
|
$calendar = array(
|
||||||
'id' => 'new',
|
'id' => 'new',
|
||||||
'displayname' => 'Test',
|
'displayname' => '',
|
||||||
'description' => 'Test calendar',
|
'description' => '',
|
||||||
'calendarcolor' => 'black',
|
'calendarcolor' => '',
|
||||||
);
|
);
|
||||||
$tmpl = new OC_Template('calendar', 'part.editcalendar');
|
$tmpl = new OC_Template('calendar', 'part.editcalendar');
|
||||||
$tmpl->assign('new', true);
|
$tmpl->assign('new', true);
|
||||||
|
|
Loading…
Reference in New Issue