forked from GNUsocial/gnu-social
		
	had order of arguments for oid_link_user backwards in finishaddopenid
darcs-hash:20080619155042-5ed1f-d814e2ae7f565e7e5cd8c0389071491705117e73.gz
This commit is contained in:
		| @@ -72,7 +72,7 @@ class FinishaddopenidAction extends Action { | |||||||
| 			 | 			 | ||||||
| 			$cur->query('BEGIN'); | 			$cur->query('BEGIN'); | ||||||
| 			 | 			 | ||||||
| 			$result = oid_link_user($cur->id, $display, $canonical); | 			$result = oid_link_user($cur->id, $canonical, $display); | ||||||
| 			 | 			 | ||||||
| 			if (!$result) { | 			if (!$result) { | ||||||
| 				$this->message(_t('Error connecting user.')); | 				$this->message(_t('Error connecting user.')); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user