mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 23:31:01 +02:00
Fix issue processwire/processwire-issues#1047
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user