mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-40759 fontawesome: Behat fix
Lang string fix.
This commit is contained in:
parent
6586ad36ed
commit
2375f37c5a
@ -187,7 +187,8 @@
|
||||
} else {
|
||||
$columnicon = ($dir == "ASC") ? "sort_asc" : "sort_desc";
|
||||
}
|
||||
$columnicon = $OUTPUT->pix_icon('t/' . $columnicon, get_string($columndir), 'core', ['class' => 'iconsort']);
|
||||
$columnicon = $OUTPUT->pix_icon('t/' . $columnicon, get_string(strtolower($columndir)), 'core',
|
||||
['class' => 'iconsort']);
|
||||
|
||||
}
|
||||
$$column = "<a href=\"user.php?sort=$column&dir=$columndir\">".$string[$column]."</a>$columnicon";
|
||||
|
Loading…
x
Reference in New Issue
Block a user