Update admin area

This commit is contained in:
DariusIII
2025-10-05 03:40:50 +02:00
parent e0124ed0f7
commit f70d77c620
44 changed files with 7022 additions and 532 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class BooksController extends BasePageController
// Build order by URLs
$orderByUrls = [];
foreach ($ordering as $ordertype) {
$orderByUrls['orderby'.$ordertype] = url('/Books/' . ($id ?: 'All') . '?t='.$category.$browseby_link.'&ob='.$ordertype.'&offset=0');
$orderByUrls['orderby'.$ordertype] = url('/Books/'.($id ?: 'All').'?t='.$category.$browseby_link.'&ob='.$ordertype.'&offset=0');
}
$this->viewData = array_merge($this->viewData, [