diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index 50b3fa83f..1aeb6a7f6 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -1951,7 +1951,7 @@ class Page * @return mixed * @internal */ - protected function evaluate($value) + public function evaluate($value) { // Parse command. if (is_string($value)) {