From cc17c20574dbc0d2756bd6f75ca68588867eac25 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 10:24:13 +0100 Subject: more I18N work, new option: ENABLE_TRANSLATIONS --- sanity_check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sanity_check.php') diff --git a/sanity_check.php b/sanity_check.php index 5361c7aa9..721c7140f 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -1,7 +1,7 @@ Fatal Error: You forgot to copy @@ -12,7 +12,7 @@ require_once "config.php"; if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) { - return __("config: your config file version is incorrect. See config.php-dist.\n"); + $err_msg = __("config: your config file version is incorrect. See config.php-dist.\n"); } if (defined('RSS_BACKEND_TYPE')) { -- cgit v1.2.3-54-g00ecf