Skip to content

Commit

Permalink
1.32.1
Browse files Browse the repository at this point in the history
* [] getResourcePath() fix
  • Loading branch information
KarelWintersky committed Oct 29, 2020
1 parent 89c7da2 commit ccb29b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function getResourcePath($type = "photos", $cdate = null): string

$path
= getenv('PATH.INSTALL')
. 'www/i/'
. '/www/i/'
. $type
. DIRECTORY_SEPARATOR
. date("Y/m", $cdate);
Expand Down

0 comments on commit ccb29b5

Please sign in to comment.