Skip to content

Commit

Permalink
fix missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Dec 21, 2021
1 parent 6c63694 commit 5047369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/modules/photos/photo_album_new.php
Expand Up @@ -66,7 +66,7 @@
*/
function subfolder($parentId, $vorschub, TablePhotos $photoAlbum, $phoId)
{
global $gDb, $gCurrentOrganization, $photoAlbumsArray;
global $gDb, $gCurrentOrgId, $photoAlbumsArray;

$vorschub .= '   ';
$sqlConditionParentId = '';
Expand Down

0 comments on commit 5047369

Please sign in to comment.