|
@@ -21,7 +21,7 @@ class ActivityListener
|
|
{
|
|
{
|
|
// Check that the current request is a "MASTER_REQUEST"
|
|
// Check that the current request is a "MASTER_REQUEST"
|
|
// Ignore any sub-request
|
|
// Ignore any sub-request
|
|
- if (!$event->isMasterRequest()) {
|
|
|
|
|
|
+ if (!$event->isMainRequest()) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|