From 5c4352cb85b974afc168c71795d7d12260a1f159 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 21 Jul 2011 06:51:49 +0000 Subject: [PATCH] - added _luceneClassDir --- op/op.Settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/op/op.Settings.php b/op/op.Settings.php index 6beebdd67..7ae66dfaf 100644 --- a/op/op.Settings.php +++ b/op/op.Settings.php @@ -119,6 +119,7 @@ if ($action == "saveSettings") // SETTINGS - ADVANCED - SERVER $settings->_coreDir = $_POST["coreDir"]; + $settings->_luceneClassDir = $_POST["luceneClassDir"]; $settings->_contentOffsetDir = intval($_POST["contentOffsetDir"]); $settings->_maxDirID = intval($_POST["maxDirID"]); $settings->_updateNotifyTime = intval($_POST["updateNotifyTime"]);