mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
@ -36,7 +36,7 @@ class ControllerMessageBulkremove extends Controller {
|
||||
if(NEED_TO_APPROVE_DELETE) {
|
||||
$deleted = 0;
|
||||
} else {
|
||||
$deleted = 1;
|
||||
$deleted = -1;
|
||||
}
|
||||
|
||||
foreach($idlist as $id) {
|
||||
|
@ -6,8 +6,8 @@ class ControllerMessageRemove extends Controller {
|
||||
public function index(){
|
||||
|
||||
$this->id = "content";
|
||||
$this->template = "message/bulkremove.tpl";
|
||||
$this->layout = "common/layout-empty";
|
||||
$this->template = "audit/remove.tpl";
|
||||
$this->layout = "common/layout";
|
||||
|
||||
$session = Registry::get('session');
|
||||
$request = Registry::get('request');
|
||||
|
Reference in New Issue
Block a user