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()
|
||||
{
|
||||
if (!empty($this->message_text)) {
|
||||
$this->element('p', null, $this->message);
|
||||
$this->element('div', array('class' => 'error'), $this->message_text);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user