forked from Public/pics
EditAssetForm: hide album tags in tag box
This commit is contained in:
@@ -86,6 +86,10 @@ class EditAsset extends HTMLController
|
||||
$_POST['tag'][$_POST['id_album']] = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$_POST['tag'][$currentAlbumId] = true;
|
||||
}
|
||||
|
||||
// Handle tags
|
||||
$new_tags = [];
|
||||
|
||||
Reference in New Issue
Block a user