mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
related to #1381 changed name of the api function that calculates orphans
This commit is contained in:
@@ -106,7 +106,7 @@ jQuery(document).ready(function() {
|
||||
|
||||
$(".deleteAlbum").on("click", function() {
|
||||
$.ajax({
|
||||
url: "ws.php?format=json&method=pwg.images.calculateOrphansOnAlbumDeletion",
|
||||
url: "ws.php?format=json&method=pwg.categories.calculateOrphans",
|
||||
type: "GET",
|
||||
data: {
|
||||
category_id: {$CAT_ID},
|
||||
|
||||
Reference in New Issue
Block a user