diff --git a/core/src/Revolution/modElement.php b/core/src/Revolution/modElement.php index 2dcb841b60..ef1f0f992b 100644 --- a/core/src/Revolution/modElement.php +++ b/core/src/Revolution/modElement.php @@ -316,8 +316,6 @@ public function getTag() $this->xpdo->log(xPDO::LOG_LEVEL_ERROR, 'Instance of ' . get_class($this) . ' produced an empty tag!'); } - - return $this->_tag; }