From b2cfde85ca0366c6b383afbdec8995be9ed06d65 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 29 Apr 2025 10:30:42 +0200 Subject: [PATCH] contentOffsetDir may be a string --- op/op.Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/op.Settings.php b/op/op.Settings.php index c72aaa84b..1e199a30d 100644 --- a/op/op.Settings.php +++ b/op/op.Settings.php @@ -273,7 +273,7 @@ if ($action == "saveSettings") // SETTINGS - ADVANCED - SERVER setStrValue("coreDir"); setStrValue("luceneClassDir"); - setIntValue("contentOffsetDir"); + setStrValue("contentOffsetDir"); setIntValue("maxDirID"); setIntValue("updateNotifyTime"); setIntValue("maxExecutionTime");