Issue 11425: Additional sorting by creation date
This commit is contained in:
@@ -68,6 +68,8 @@ class Network extends NetworkModule
|
||||
|
||||
if (self::$order === 'received') {
|
||||
$ordering = '`received`';
|
||||
} elseif (self::$order === 'created') {
|
||||
$ordering = '`created`';
|
||||
} else {
|
||||
$ordering = '`commented`';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user