forked from GNUsocial/gnu-social
		
	Fix OpenId cancelled / error message
Thanks jeff-themovie
This commit is contained in:
		@@ -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;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user