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:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user