From b301062beee05de9cbe995047b28add9f16a3d59 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Tue, 24 Aug 2010 15:14:27 +0200 Subject: [PATCH] Generalized include, to incorporate the Config class --- test/PMA_whichCrlf_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/PMA_whichCrlf_test.php b/test/PMA_whichCrlf_test.php index 831bc11b8..2a0726a79 100644 --- a/test/PMA_whichCrlf_test.php +++ b/test/PMA_whichCrlf_test.php @@ -16,7 +16,7 @@ require_once 'PHPUnit/Framework.php'; /** * Include to test. */ -require_once './libraries/common.lib.php'; +require_once './libraries/common.inc.php'; /** * Test whichCrlf function.