mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
fixes #1419 add photos in a lounge as a temporary space
* at the end of the upload of after a maximum duration, move the photos from the lounge to their actual categories. * do not invalidate user cache when photos are added in the lounge, thus avoiding to rebuild cache on every photo uploaded * the lounge system activates itself only beyond 50k (by default) photo
This commit is contained in:
@@ -77,6 +77,7 @@ switch ($action)
|
||||
}
|
||||
case 'user_cache' :
|
||||
{
|
||||
empty_lounge(false);
|
||||
invalidate_user_cache();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user