(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
This commit is contained in:
plegall
2017-06-12 14:32:14 +02:00
parent 6692f5efc3
commit 61a25ceb3b
+1 -1
View File
@@ -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']
);
}