From 61a25ceb3b78c0b885b1a3df47fc321e3302c6bf Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 12 Jun 2017 14:32:14 +0200 Subject: [PATCH] (cp e0b7c1d) fixes #701, use the appropriate site_id instead of 1 When coming from the album edit page with the action link to synchronization --- admin/cat_modify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 13886df0e..3a1086ecb 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -361,7 +361,7 @@ else { $template->assign( 'U_SYNC', - $base_url.'site_update&site=1&cat_id='.$category['id'] + $base_url.'site_update&site='.$category['site_id'].'&cat_id='.$category['id'] ); }