Kill stray parenthesis
authorDan Fuhry <dan@enanocms.org>
Sat, 31 Jul 2010 00:26:49 -0400
changeset 1 13ac3d9d47b2
parent 0 cda2c95b368d
child 2 e4a8a8e1a50d
Kill stray parenthesis
AdminReport.php
--- a/AdminReport.php	Fri Jul 30 23:35:44 2010 -0400
+++ b/AdminReport.php	Sat Jul 31 00:26:49 2010 -0400
@@ -71,7 +71,7 @@
 		{
 			$email = getConfig('contact_email');
 			
-			if ( !is_array($result = arp_send_mail($email, "[{$_SERVER['HTTP_HOST']}] Website bug report", "Sent from IP: {$_SERVER['REMOTE_ADDR']}\n\n---------------------------\n$comment)")) )
+			if ( !is_array($result = arp_send_mail($email, "[{$_SERVER['HTTP_HOST']}] Website bug report", "Sent from IP: {$_SERVER['REMOTE_ADDR']}\n\n---------------------------\n$comment")) )
 			{
 				redirect(makeUrl($page), 'Report sent', 'Thank you, your report has been sent. Redirecting you back to the page...', 5);
 			}