From b00407af0233cc52962b04591e09e53b00bc548a Mon Sep 17 00:00:00 2001
From: Cyril Vazquez <cyril.vazquez@maarch.org>
Date: Wed, 20 Mar 2013 08:42:41 +0000
Subject: [PATCH]

---
 core/trunk/core/class/class_history.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/trunk/core/class/class_history.php b/core/trunk/core/class/class_history.php
index 162e18ae80e..c3f90d54ee5 100644
--- a/core/trunk/core/class/class_history.php
+++ b/core/trunk/core/class/class_history.php
@@ -85,6 +85,7 @@ require_once(
     "core"
     .DIRECTORY_SEPARATOR."core_tables.php"
 );
+$_SESSION['tablename']['history'] = HISTORY_TABLE;
 
 class history extends dbquery
 {
-- 
GitLab