mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
Fix CS
This commit is contained in:
@@ -46,7 +46,7 @@ class StoryWZRepository extends EntityRepository
|
||||
$sortedStories[] = $story->getRecord($app)->get_title();
|
||||
}
|
||||
|
||||
uasort($sortedStories, function($a, $b) {
|
||||
uasort($sortedStories, function ($a, $b) {
|
||||
if ($a == $b) {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user