diff --git a/code/model/Translatable.php b/code/model/Translatable.php index 4638ec6..c424381 100755 --- a/code/model/Translatable.php +++ b/code/model/Translatable.php @@ -1574,6 +1574,7 @@ class Translatable extends DataExtension implements PermissionProvider { function MetaTags(&$tags) { if ( ($controller = Controller::curr()) + && $controller instanceof ContentController && count($controller->getRequest()->getVars()) ) { $tags .= '';