Skip to content
Snippets Groups Projects
Commit ddd28aae authored by Bart Visscher's avatar Bart Visscher
Browse files

Remove test data from calendar creation

parent 9a5d517e
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ if(!OC_USER::isLoggedIn()) {
OC_JSON::checkAppEnabled('calendar');
$calendar = array(
'id' => 'new',
'displayname' => 'Test',
'description' => 'Test calendar',
'calendarcolor' => 'black',
'displayname' => '',
'description' => '',
'calendarcolor' => '',
);
$tmpl = new OC_Template('calendar', 'part.editcalendar');
$tmpl->assign('new', true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment