Skip to content

Commit

Permalink
small pagination issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Sep 7, 2018
1 parent b744d60 commit 7d2fd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/controller/settings.php
Expand Up @@ -56,7 +56,8 @@ public function database( \Base $f3 ) {
}
$cfg->copyto('POST');

$f3->set('JIG_format', array('JSON','Serialized'));
// $f3->set('JIG_format', array('JSON','Serialized'));
$f3->set('JIG_format', array('JSON'));
}

}
2 changes: 1 addition & 1 deletion app/routes_admin.ini
Expand Up @@ -2,7 +2,7 @@

; comments
GET /admin/comment/list/@viewtype = Controller\Comment->getList
GET /admin/comment/list/@viewtype/@page = Controller\Comment->getList
GET /admin/comment/list/@viewtype/page-{@page} = Controller\Comment->getList

; general CRUD operations
GET|POST /admin/@module = Controller\Backend->getList
Expand Down

0 comments on commit 7d2fd21

Please sign in to comment.