1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-24 23:31:01 +02:00
This commit is contained in:
Ryan Cramer
2019-12-20 12:31:06 -05:00
parent 6bae4780f0
commit a11403b913
2 changed files with 2 additions and 2 deletions

View File

@@ -69,9 +69,9 @@ class ProcessTemplate extends Process {
*/
public function init() {
$this->moduleInfo = self::getModuleInfo();
$process = $this->wire('process');
if("$process" === "$this") {
$this->moduleInfo = self::getModuleInfo();
$this->headline($this->moduleInfo['title']);
}