mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
fix typo in var name, which cause a warning in php 8.2
This commit is contained in:
parent
0eeb8be393
commit
d2cc7d083e
|
@ -149,7 +149,7 @@ class Settings { /* {{{ */
|
|||
// default date format
|
||||
var $_dateformat = "Y-m-d";
|
||||
// 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
|
||||
var $_updateNotifyTime = 86400;
|
||||
// files with one of the following endings can be viewed online
|
||||
|
|
Loading…
Reference in New Issue
Block a user