1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-22 22:34:15 +02:00

Fix issue processwire/processwire-issues#558 remove unused filemtime() call in ProcessLanguage.module

This commit is contained in:
Ryan Cramer
2018-04-06 05:46:30 -04:00
parent 215348b797
commit eaa2cb4d89

View File

@@ -225,7 +225,6 @@ class ProcessLanguage extends ProcessPageType {
$message .= ")</span>";
}
$lastMod = date($this->config->dateFormat, filemtime($pagefile->filename));
$editLabel = $this->_x('Edit', 'edit-language-file');
$out =