mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
merge -r960:997 from branches/branch-1_5 into trunk (bug 238 fixed)
git-svn-id: http://piwigo.org/svn/trunk@998 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+8
-1
@@ -261,9 +261,16 @@ if (isset($_POST['delete']) and count($collection) > 0)
|
||||
$page['infos'],
|
||||
sprintf(
|
||||
l10n('%d users deleted'),
|
||||
count($collection)
|
||||
count($collection)
|
||||
)
|
||||
);
|
||||
foreach ($page['filtered_users'] as $filter_key => $filter_user)
|
||||
{
|
||||
if (in_array($filter_user['id'], $collection))
|
||||
{
|
||||
unset($page['filtered_users'][$filter_key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user