Вход Регистрация
Файл: system/controllers/admin/actions/ctypes_props_delete.php
Строк: 17
<?php

class actionAdminCtypesPropsDelete extends cmsAction {

    public function 
run($ctype_id$prop_id){

        if (!
$ctype_id || !$prop_id) { cmsCore::error404(); }

        
$content_model cmsCore::getModel('content');

        
$content_model->deleteContentProp($ctype_id$prop_id);

        
$this->redirectToAction('ctypes', array('props'$ctype_id));

    }

}
Онлайн: 1
Реклама