removed message was slurping in success flag

darcs-hash:20080618204421-84dde-ba5ec861d68adf9179bb3907784156fb404d23ed.gz
This commit is contained in:
Evan Prodromou 2008-06-18 16:44:21 -04:00
parent 03a08efce9
commit 4373682489
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class OpenidsettingsAction extends SettingsAction {
return;
}
$oid->delete();
$this->show_form(_t('OpenID removed.', true));
$this->show_form(_t('OpenID removed.'), true);
return;
}
}