mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
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:
@@ -361,7 +361,7 @@ else
|
|||||||
{
|
{
|
||||||
$template->assign(
|
$template->assign(
|
||||||
'U_SYNC',
|
'U_SYNC',
|
||||||
$base_url.'site_update&site=1&cat_id='.$category['id']
|
$base_url.'site_update&site='.$category['site_id'].'&cat_id='.$category['id']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user