mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 18:24:57 +02:00
Bump version to 3.0.208, plus minor optimizations in FieldtypePage
This commit is contained in:
@@ -187,10 +187,10 @@ class WireDebugInfo extends Wire {
|
||||
if($page->quietMode) $info['quietMode'] = 1;
|
||||
|
||||
foreach(array('created', 'modified', 'published') as $key) {
|
||||
$info[$key] = wireDate($this->wire('config')->dateFormat, $info[$key]) . " " .
|
||||
$info[$key] = wireDate($this->wire()->config->dateFormat, $info[$key]) . " " .
|
||||
"(" . wireDate('relative', $info[$key]) . ")";
|
||||
}
|
||||
|
||||
return $info;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user