зеркало из https://github.com/mozilla/pjs.git
Fixing copy/paste error -- the user prefs object isn't the application object...
This commit is contained in:
Родитель
e8692c8979
Коммит
5461276388
|
@ -463,7 +463,7 @@ sub strings {
|
|||
sub setupInstall {
|
||||
my $self = shift;
|
||||
my($app) = @_;
|
||||
$self->output->setProgress('userPrefs');
|
||||
$app->output->setupProgress('userPrefs');
|
||||
my $userDataSource = $app->getService('dataSource.user');
|
||||
# XXX field categories should have generic way of indicating
|
||||
# whether the user is allowed to edit either his own or other
|
||||
|
|
Загрузка…
Ссылка в новой задаче