fixed wrong library path
This commit is contained in:
		
					parent
					
						
							
								6ff6ac4743
							
						
					
				
			
			
				commit
				
					
						8fea19dd38
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -138,7 +138,7 @@ function twitter_settings(&$a,&$s) {
 | 
			
		|||
			 * which the user can request a PIN to connect the account to a
 | 
			
		||||
			 * account at Twitter.
 | 
			
		||||
			 */
 | 
			
		||||
			require_once('addon/twitter/twitteroauth.php');
 | 
			
		||||
		        require_once('library/twitteroauth.php');
 | 
			
		||||
			$connection = new TwitterOAuth($ckey, $csecret);
 | 
			
		||||
			$request_token = $connection->getRequestToken();
 | 
			
		||||
			$token = $request_token['oauth_token'];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue