Fix #1275 add layout (before) trigger point

This commit is contained in:
Kijin Sung 2020-04-27 22:46:52 +09:00
parent ae36419ee7
commit 098a02a008

View file

@ -70,6 +70,10 @@ class DisplayHandler extends Handler
}
}
// call a trigger before layout
ModuleHandler::triggerCall('layout', 'before', $oModule);
// apply layout
$output = $handler->toDoc($oModule);
// call a trigger before display