This commit is contained in:
Thomas Speak 2013-08-27 07:33:09 -07:00
commit 8f05bb4159
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class GoogleSitemapExtension extends DataExtension {
$can = $this->owner->getGooglePriority();
}
$this->owner->extend('alterCanIncludeInGoogleSitemap', $can);
$this->owner->invokeWithExtensions('alterCanIncludeInGoogleSitemap', $can);
return $can;
}