Merge branch 'MDL-50814-master' of git://github.com/jleyva/moodle
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ if (!in_array($sortby, array('name', 'dateissued'))) {
|
||||
}
|
||||
|
||||
if ($sorthow != 'ASC' && $sorthow != 'DESC') {
|
||||
$sorthow = 'ACS';
|
||||
$sorthow = 'ASC';
|
||||
}
|
||||
|
||||
if ($page < 0) {
|
||||
|
||||
Reference in New Issue
Block a user