Fix OpenId cancelled / error message
Thanks jeff-themovie
This commit is contained in:
parent
ee942a7696
commit
f1fc392e2d
@ -83,7 +83,7 @@ class FinishopenidloginAction extends Action
|
|||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
if (!empty($this->message_text)) {
|
if (!empty($this->message_text)) {
|
||||||
$this->element('p', null, $this->message);
|
$this->element('div', array('class' => 'error'), $this->message_text);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user