From e0b7c1d1575bfd726ba2d970105b6479ccfb7860 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 12 Jun 2017 14:30:30 +0200 Subject: [PATCH] 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'] ); }