From d844051f29b6a6cbb6bbda662645519187f2b879 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Wed, 8 Jan 2014 13:49:20 +1300
Subject: [PATCH] Fix typo

---
 config/global.ini.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/global.ini.php b/config/global.ini.php
index 856fc41fb2..7f332f7d2f 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -372,7 +372,7 @@ enable_geolocation_admin = 1
 
 ; By setting this option to 0, the old log data and old report data features will be hidden from the UI
 ; Note: log purging and old data purging still occurs, just the Super User cannot change the settings.
-enable_delete_old_data_admin = 1
+enable_delete_old_data_settings_admin = 1
 
 ; By setting this option to 0, the following settings will be hidden and disabled from being set in the UI:
 ; - "General Settings"
-- 
GitLab