forked from GNUsocial/gnu-social
removed message was slurping in success flag
darcs-hash:20080618204421-84dde-ba5ec861d68adf9179bb3907784156fb404d23ed.gz
This commit is contained in:
parent
03a08efce9
commit
4373682489
@ -129,7 +129,7 @@ class OpenidsettingsAction extends SettingsAction {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$oid->delete();
|
$oid->delete();
|
||||||
$this->show_form(_t('OpenID removed.', true));
|
$this->show_form(_t('OpenID removed.'), true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user