Remove test data from calendar creation

This commit is contained in:
Bart Visscher 2011-09-30 23:12:41 +02:00
parent 9a5d517ec2
commit ddd28aae67
1 changed files with 3 additions and 3 deletions

View File

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