Fix one other place where an email address is hard-coded.
This commit is contained in:
		
							parent
							
								
									047e7d98dd
								
							
						
					
					
						commit
						84c9402b81
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -128,7 +128,7 @@ global $committee_email; | ||||||
| 
 | 
 | ||||||
| if (isset ($error) && $error != "") { | if (isset ($error) && $error != "") { | ||||||
|   echo "".$error."\n"; |   echo "".$error."\n"; | ||||||
|   echo "<p>If you don't understand the error, you should probably contact the $committee_name, which can be reached at <a href=\"mailto:elections@gnome.org\">$committee_email</a>.</p>\n"; |   echo "<p>If you don't understand the error, you should probably contact the $committee_name, which can be reached at <a href=\"mailto:$committee_email\">$committee_email</a>.</p>\n"; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| if (isset ($handle)) | if (isset ($handle)) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn