diff --git a/core/trunk/core/class/class_history.php b/core/trunk/core/class/class_history.php
index 32a1c5f19f44694ec61dfe20fa5b65c9e27d1148..e596dc3ad6e723de27f5355711aa3d542dc85e61 100644
--- a/core/trunk/core/class/class_history.php
+++ b/core/trunk/core/class/class_history.php
@@ -68,7 +68,7 @@ require_once(
     .DIRECTORY_SEPARATOR."class"
     .DIRECTORY_SEPARATOR."class_functions.php"
 );
-
+/*
 require_once(
     "apps"
     .DIRECTORY_SEPARATOR.$_SESSION['config']['app_id']
@@ -76,6 +76,14 @@ require_once(
     .DIRECTORY_SEPARATOR."log4php"
     .DIRECTORY_SEPARATOR."Logger.php"
 );
+*/
+require_once(
+	"apps"
+	.DIRECTORY_SEPARATOR."maarch_entreprise"
+	.DIRECTORY_SEPARATOR."tools"
+	.DIRECTORY_SEPARATOR."log4php"
+	.DIRECTORY_SEPARATOR."Logger.php"
+);
 
 class history extends dbquery
 {