From 4ae755efbc82c996aeabfbd307e0355b9e988b54 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Oct 2010 21:31:15 +0000 Subject: [PATCH] Error management --- dev/translation/langAutoParser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/translation/langAutoParser.class.php b/dev/translation/langAutoParser.class.php index 5304f77c60f..1a40b2f679c 100644 --- a/dev/translation/langAutoParser.class.php +++ b/dev/translation/langAutoParser.class.php @@ -247,7 +247,7 @@ class langAutoParser { if (! function_exists("curl_init")) { print "Error, your PHP does not support curl functions.\n"; - die; + die(); } $ch = curl_init();