diff options
Diffstat (limited to 'medialist.php')
| -rw-r--r-- | medialist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/medialist.php b/medialist.php index ce041a1cf8..12b96440c1 100644 --- a/medialist.php +++ b/medialist.php @@ -268,7 +268,7 @@ if ($action === 'submit') { if (Auth::isEditor($WT_TREE)) { echo MediaController::getMediaListMenu($mediaobject); } - // If sorting by title, highlight the title. If sorting by filename, highlight the filename + // If sorting by title, highlight the title. If sorting by filename, highlight the filename if ($sortby === 'title') { echo '<p><b><a href="', $mediaobject->getHtmlUrl(), '">'; echo $mediaobject->getFullName(); |
