Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/8576
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Oct 26, 2023
1 parent 62e69b8 commit d51d48f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,6 @@ function convertToServerDate($originalDateTime, $fromTimezone) {
function getCategoriesSelect($id) {
?>
<select class="form-control categories_id" id="<?php echo $id; ?>" name="<?php echo $id; ?>">

<option value="0"><?php echo __('Category - Use site default'); ?></option>
<?php
array_multisort(array_column($_SESSION['login']->categories, 'hierarchyAndName'), SORT_ASC, $_SESSION['login']->categories);
Expand Down

0 comments on commit d51d48f

Please sign in to comment.