mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-1409_fix-push-list-management-error-500
This commit is contained in:
@@ -683,7 +683,7 @@ class User_Query
|
||||
if (trim($row['activity']) === '') {
|
||||
continue;
|
||||
}
|
||||
$activities[] = $row['activite'];
|
||||
$activities[] = $row['activity'];
|
||||
}
|
||||
|
||||
return $activities;
|
||||
|
Reference in New Issue
Block a user