From fded1dfe2dd390e84e7220316698ac9a499fe8cf Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 8 Dec 2011 08:58:50 +0000 Subject: [PATCH] // Little BugFix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11032 b9a71923-0436-4b27-9f14-aed3839534dd --- config/config.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.inc.php b/config/config.inc.php index 7f0783282..599ee5ac4 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -25,6 +25,7 @@ * International Registered Trademark & Property of PrestaShop SA */ +include 'mine.php'; /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true);