Fixing style errors.
This commit is contained in:
parent
f413ce6aac
commit
aaf1081f17
@ -1316,7 +1316,7 @@ abstract class CommonDocGenerator
|
||||
if (!empty($fields))
|
||||
{
|
||||
// Sort extrafields by rank
|
||||
uasort($fields, function($a, $b) {
|
||||
uasort($fields, function ($a, $b) {
|
||||
return ($a->rank > $b->rank) ? -1 : 1;
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user