mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Change hidden to hide (Eloquent blocked keyword)
This commit is contained in:
@@ -73,7 +73,7 @@ if(!empty($action) && isRequestMethod('post'))
|
||||
}
|
||||
}
|
||||
else if($action == 'hide') {
|
||||
if (Changelog::toggleHidden($id, $errors, $status)) {
|
||||
if (Changelog::toggleHide($id, $errors, $status)) {
|
||||
success(($status == 1 ? 'Hide' : 'Show') . ' successful.');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user