Skip to content
Snippets Groups Projects
Commit 942febcf authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix E_STRICT output from config class

parent 65de0c49
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ class OsticketConfig extends Config { ...@@ -175,7 +175,7 @@ class OsticketConfig extends Config {
return true; return true;
} }
function lastModified() { function lastModified($key=false) {
return max(array_map(array('parent', 'lastModified'), return max(array_map(array('parent', 'lastModified'),
array_keys($this->config))); array_keys($this->config)));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment