forked from GNUsocial/gnu-social
		
	Fix for cross site OMB posting problem
This commit is contained in:
		@@ -29,11 +29,9 @@ require_once 'Auth/Yadis/Yadis.php';
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
function omb_oauth_consumer()
 | 
					function omb_oauth_consumer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    static $con = null;
 | 
					    // Don't try to make this static. Leads to issues in
 | 
				
			||||||
    if (is_null($con)) {
 | 
					    // multi-site setups - Z
 | 
				
			||||||
        $con = new OAuthConsumer(common_root_url(), '');
 | 
					    return new OAuthConsumer(common_root_url(), '');
 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    return $con;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function omb_oauth_server()
 | 
					function omb_oauth_server()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user