#71: Removed incorrectly-added active tab check

This commit is contained in:
Andy Heathershaw 2018-09-16 10:28:06 +01:00
parent 9ad52359df
commit 138cb91986
1 changed files with 0 additions and 1 deletions

View File

@ -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()
]);