mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
related to #1644 Conform UI for linked albums
This commit is contained in:
@@ -374,7 +374,7 @@ while ($row = pwg_db_fetch_assoc($result))
|
||||
$template->assign('STORAGE_CATEGORY', $name);
|
||||
}
|
||||
|
||||
$related_categories[$row['category_id']] = array('name' => $name, 'isVirtual' => !isset($row['dir']));
|
||||
$related_categories[$row['category_id']] = array('name' => $name, 'unlinkable' => $row['category_id'] != $storage_category_id);
|
||||
$related_categories_ids[] = $row['category_id'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user