fix language value.

This commit is contained in:
BJRambo 2016-05-19 01:27:39 +09:00
parent 3edeb1ef0a
commit a77d2801c9

View file

@ -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'));
} }
/** /**