Fixing copy/paste error -- the user prefs object isn't the application object...

This commit is contained in:
ian%hixie.ch 2001-12-04 13:40:04 +00:00
Родитель e8692c8979
Коммит 5461276388
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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