Skip to content

Commit

Permalink
Removed unneccessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Nov 28, 2017
1 parent 7a98ab0 commit de11363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pageobjects/views_pageobject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ public function view_album(){
'MC_CATEGORY_NAME' => $arrAlbumData['name'],
'MC_CATEGORY_ID' => $intCategoryId,
'MC_ALBUM_ID' => $intAlbumID,
'MC_BREADCRUMB' => $this->pdh->get('mediacenter_albums', 'breadcrumb', array($intAlbumID)),
'MC_CATEGORY_MEDIA_COUNT' => count($arrMediaInCategory),
'MC_LAYOUT_DD' => (new hdropdown('selectlayout', array('options' => $this->user->lang('mc_layout_types'), 'value' => $intLayout, 'id' => 'selectlayout', 'class' => 'dropdown')))->output(),
'MC_SORT_DD' => (new hdropdown('selectsort', array('options' => $arrSortOptions, 'value' => $this->in->get('sort', '3|desc'), 'id' => 'selectsort', 'class' => 'dropdown')))->output(),
Expand Down

0 comments on commit de11363

Please sign in to comment.