fix typo in var name, which cause a warning in php 8.2

This commit is contained in:
Uwe Steinmann 2023-08-22 11:23:32 +02:00
parent 0eeb8be393
commit d2cc7d083e

View File

@ -149,7 +149,7 @@ class Settings { /* {{{ */
// default date format // default date format
var $_dateformat = "Y-m-d"; var $_dateformat = "Y-m-d";
// default date/time format // default date/time format
var $_datetimformat = "Y-m-d H:i:s"; var $_datetimeformat = "Y-m-d H:i:s";
// users are notified about document-changes that took place within the last $_updateNotifyTime seconds // users are notified about document-changes that took place within the last $_updateNotifyTime seconds
var $_updateNotifyTime = 86400; var $_updateNotifyTime = 86400;
// files with one of the following endings can be viewed online // files with one of the following endings can be viewed online