partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 18d441fa50a419a41d47365d355c62a74a6cf46e
parent fd6b7f0df379271130a8fa09c64bc092772c8052
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  4 Jan 2012 23:54:01 +0100

Don't bail out when the include wasn't found and display_errors is on.

Diffstat:
Msrc/setup/tests/check-doctrine.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/tests/check-doctrine.php b/src/setup/tests/check-doctrine.php @@ -1,5 +1,5 @@ <?php -include_once 'Doctrine/Common/ClassLoader.php'; +@include_once 'Doctrine/Common/ClassLoader.php'; /** * Check if the Doctrine Common classloader can be loaded