Skip to content
Snippets Groups Projects
Commit 73a433fd authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #518 from greezybacon/issue/466


Fix E_STRICT output from config class

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 65de0c49 942febcf
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.
Please register or to comment