diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index db4e13dd1..118e41331 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -2311,11 +2311,6 @@ class Page return new Collection($result); } - // We only evaluate commands which start with @ - if (empty($cmd) || $cmd[0] != '@') { - return $value; - } - /** @var Pages $pages */ $pages = Grav::instance()['pages'];