mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fix language value.
This commit is contained in:
parent
3edeb1ef0a
commit
a77d2801c9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class trashAdminController extends trash
|
||||||
if(!$output2->toBool()) return new Object(-1, $output2->message);
|
if(!$output2->toBool()) return new Object(-1, $output2->message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new Object(0, $lang->success_deleted);
|
return new Object(0, lang('success_deleted'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue