From 21babe88a4118fbbcfa45f16812701fe1639996b Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 7 Jan 2014 15:52:47 +0000 Subject: [PATCH] bug fixes --- app/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.php b/app/routes.php index 3d6e21b8814e..b7fab2b5f8ab 100755 --- a/app/routes.php +++ b/app/routes.php @@ -131,7 +131,7 @@ HTML::macro('image_data', function($imagePath) { }); -define('CONTACT_EMAIL', 'contact@invoiceninja.com') +define('CONTACT_EMAIL', 'contact@invoiceninja.com'); define("ENV_DEVELOPMENT", "local"); define("ENV_STAGING", "staging");