Navigation Menu

Skip to content

Commit

Permalink
Update Files.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacionelson committed May 16, 2023
1 parent db6b0ca commit 28bb937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classes/Files.php
Expand Up @@ -398,7 +398,7 @@ private function setFullPath()
if (get_option('uploads_organize_folders_by_date') == '1') {
$use_date_folder = false;
$y = date('Y');
$m = date('n');
$m = date('m');
$year_folder = $this->location . DS .$y;
$month_folder = $year_folder.DS.$m;
if (!is_dir($year_folder)) {
Expand Down

0 comments on commit 28bb937

Please sign in to comment.