diff --git a/plugins/box/pages/pages.plugin.php b/plugins/box/pages/pages.plugin.php index efe5c92..42486d8 100644 --- a/plugins/box/pages/pages.plugin.php +++ b/plugins/box/pages/pages.plugin.php @@ -531,7 +531,7 @@ class Page extends Pages public static function _content($attributes) { - return Page::content((isset($attributes['name']) ? $attributes['name'] : '')); + return Pages::content((isset($attributes['name']) ? $attributes['name'] : '')); } }