Merge branch 'MDL-50814-master' of git://github.com/jleyva/moodle

This commit is contained in:
Dan Poltawski
2015-07-14 08:55:06 +01:00
+1 -1
View File
@@ -48,7 +48,7 @@ if (!in_array($sortby, array('name', 'dateissued'))) {
}
if ($sorthow != 'ASC' && $sorthow != 'DESC') {
$sorthow = 'ACS';
$sorthow = 'ASC';
}
if ($page < 0) {