зеркало из https://github.com/mozilla/pjs.git
Fixed bug 230617: Jan 9 Build will not create new Calendar, Event, or Task for *first time* installation
This commit is contained in:
Родитель
ff282e6bbf
Коммит
996e18659c
|
@ -68,7 +68,7 @@ function calendarManager( CalendarWindow )
|
|||
if( !CalendarDirectory.exists() )
|
||||
{
|
||||
var thisDir = new Dir( CalendarDirectory.path );
|
||||
thisDir.create( 0755 );
|
||||
thisDir.create();
|
||||
}
|
||||
|
||||
var profileFile = this.getProfileDirectory();
|
||||
|
|
Загрузка…
Ссылка в новой задаче