Skip to content

Commit

Permalink
fix baserproject#3383 dblogsのページングバグ
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburk committed Apr 25, 2024
1 parent 8c7e86b commit 7f24f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Baser/Controller/DblogsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DblogsController extends AppController
public function admin_index()
{
$this->setViewConditions(
'Dblog',
'Dblogs',
[
'default' => [
'named' => [
Expand Down

0 comments on commit 7f24f78

Please sign in to comment.