From 5177cfbe0d4a45ec8867e5c500c59c416e5439fe Mon Sep 17 00:00:00 2001 From: Cyril Vazquez <cyril.vazquez@maarch.org> Date: Wed, 20 Mar 2013 08:41:49 +0000 Subject: [PATCH] --- core/trunk/core/class/class_history.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/trunk/core/class/class_history.php b/core/trunk/core/class/class_history.php index 38bcd2e4b5c..162e18ae80e 100644 --- a/core/trunk/core/class/class_history.php +++ b/core/trunk/core/class/class_history.php @@ -81,6 +81,11 @@ require_once( .DIRECTORY_SEPARATOR."Logger.php" ); +require_once( + "core" + .DIRECTORY_SEPARATOR."core_tables.php" +); + class history extends dbquery { /** -- GitLab