Вход Регистрация
Файл: system/controllers/rss/hooks/ctype_after_delete.php
Строк: 9
<?php

class onRssCtypeAfterDelete extends cmsAction {

    public function 
run($ctype){

        
$feed $this->model->getFeedByCtypeId($ctype['id']);
        
        if (!
$feed){ return $ctype; }

        
$this->model->deleteFeed($feed['id']);

        return 
$ctype;

    }

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