From 4fc2691b6a7324dc201f98aa831bfce1f5cf9f58 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 19 Sep 2012 16:22:21 +0000 Subject: [PATCH] Avoid double includes --- json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.php b/json.php index 101a4fec50..3581ee2b85 100644 --- a/json.php +++ b/json.php @@ -89,7 +89,7 @@ if (isset($_GET['menuaction'])) { $GLOBALS['egw_info']['flags']['no_dla_update']=true; } - include('./header.inc.php'); + include_once('./header.inc.php'); //Create a new json handler