1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 17:58:24 +03:00

fix plugin "Static Page"

This commit is contained in:
Mzhelskiy Maxim 2010-05-05 05:24:58 +00:00
parent bae83ca68c
commit 68c78ef051

View file

@ -212,7 +212,7 @@ class PluginPage_ActionPage extends ActionPlugin {
/**
* Заполняем свойства
*/
$oPage=Engine::GetEntity('Page');
$oPage=Engine::GetEntity('PluginPage_Page');
$oPage->setActive(getRequest('page_active') ? 1 : 0);
$oPage->setDateAdd(date("Y-m-d H:i:s"));
if (getRequest('page_pid')==0) {