#71: Removed incorrectly-added active tab check
This commit is contained in:
parent
9ad52359df
commit
138cb91986
@ -164,7 +164,6 @@ class AlbumController extends Controller
|
||||
$albumService = new AlbumService();
|
||||
|
||||
return Theme::render('admin.edit_album', [
|
||||
'active_tab' => $request->get('tab'),
|
||||
'album' => $album,
|
||||
'parent_albums' => $albumService->getFlattenedAlbumTree()
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user