1
0
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:
ravilrrr
2014-05-30 17:30:33 +03:00
parent ad5d92bbff
commit 5bbb9a7871

View File

@@ -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'] : ''));
}
}