Skip to content

Commit de142b1

Browse files
committed
Attach hooks on init() rather than ready()
1 parent 589fb90 commit de142b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TemplateEngineFactory.module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static function getModuleInfo()
6868
/**
6969
* Initialize module by hooking into Page::render.
7070
*/
71-
public function ready()
71+
public function init()
7272
{
7373
if (!$this->get('auto_page_render')) {
7474
return;

0 commit comments

Comments
 (0)