Skip to content

Commit

Permalink
Merge pull request #1241 from AJDurant/patch-1
Browse files Browse the repository at this point in the history
Set initial $count
  • Loading branch information
ignacionelson committed Mar 31, 2023
2 parents d55f7c9 + 2b664a1 commit 2adc95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/common.php
Expand Up @@ -159,6 +159,7 @@
/** Create the files list */
$available_files = [];
$my_files = [];
$count = 0;

if (!empty($found_all_files_array)) {
$f = 0;
Expand Down

0 comments on commit 2adc95d

Please sign in to comment.