better logic
This commit is contained in:
		
					parent
					
						
							
								0d7c91fc10
							
						
					
				
			
			
				commit
				
					
						fda7bdca2e
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -288,7 +288,7 @@ function profiles_post(&$a) {
 | 
			
		|||
 | 
			
		||||
		$sexual = notags(trim($_POST['sexual']));
 | 
			
		||||
		$homepage = notags(trim($_POST['homepage']));
 | 
			
		||||
		if (strpos($homepage, 'http') === false) {
 | 
			
		||||
		if (strpos($homepage, 'http') !== 0) {
 | 
			
		||||
		    // neither http nor https in URL, add them
 | 
			
		||||
		    $homepage = 'http://'.$homepage;
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue