Файл system/controllers/comments/hooks/content_after_restore.php Вес запакованого файла 176b (176 b) Вес распакованого файла: 275b (275 b) Метод сжатия: 8
<?php
class onCommentsContentAfterRestore extends cmsAction {
public function run($data) {
list($ctype_name, $item) = $data;
$this->model->setCommentsIsDeleted('content', $ctype_name, $item['id'], null);
return [$ctype_name, $item];
}
}