From 942febcf7f6042eab93cada0419f7e1f7f0e9236 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 3 Feb 2014 13:50:29 -0600 Subject: [PATCH] Fix E_STRICT output from config class --- include/class.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class.config.php b/include/class.config.php index b2984fe46..3ff7d1ef9 100644 --- a/include/class.config.php +++ b/include/class.config.php @@ -175,7 +175,7 @@ class OsticketConfig extends Config { return true; } - function lastModified() { + function lastModified($key=false) { return max(array_map(array('parent', 'lastModified'), array_keys($this->config))); } -- GitLab