зеркало из https://github.com/mozilla/pjs.git
Bug 305051 If the extensions.rdf is deleted and there are pending ops in extensions.cache the extension manager ui is empty. r+a=bsmedberg
This commit is contained in:
Родитель
7207b13c45
Коммит
7bb65aff2a
|
@ -2336,6 +2336,10 @@ ExtensionManager.prototype = {
|
|||
if (iniExists)
|
||||
extensionsINI.remove(false);
|
||||
|
||||
// If the extensions datasource is missing remove the .cache file if it exists
|
||||
if (!dsExists && cacheExists)
|
||||
extensionsCache.remove(false);
|
||||
|
||||
return true;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче