mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Update pages.plugin.php
This commit is contained in:
@@ -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'] : ''));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user