Skip to content

Commit

Permalink
remove unnecessary var
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoffy committed May 11, 2020
1 parent 5499753 commit 9062e75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class/AlbumsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public function getListChildsOfCollection($albPid)
// Table view albums
if ($albumsCount > 0) {
foreach (array_keys($albumsAll) as $i) {
$alb_name = $albumsAll[$i]->getVar('alb_name');
if ($permissionsHandler->permAlbumEdit($albumsAll[$i]->getVar('alb_id'), $albumsAll[$i]->getVar('alb_submitter'))) {
$child = $this->getListChildsOfCollection($albumsAll[$i]->getVar('alb_id'));
$childsAll .= '<li style="display: list-item;" class="mjs-nestedSortable-branch mjs-nestedSortable-collapsed" id="menuItem_' . $albumsAll[$i]->getVar('alb_id') . '">';
Expand Down

0 comments on commit 9062e75

Please sign in to comment.