mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Update admin area
This commit is contained in:
@@ -86,7 +86,7 @@ class MusicController extends BasePageController
|
||||
// Build order by URLs
|
||||
$orderByUrls = [];
|
||||
foreach ($ordering as $orderType) {
|
||||
$orderByUrls['orderby'.$orderType] = url('music/' . ($id ?: 'All') . '?ob='.$orderType);
|
||||
$orderByUrls['orderby'.$orderType] = url('music/'.($id ?: 'All').'?ob='.$orderType);
|
||||
}
|
||||
|
||||
$this->viewData = array_merge($this->viewData, [
|
||||
|
||||
Reference in New Issue
Block a user