Merge "Add way of including all stderr output when executing command"
[lhc/web/wiklou.git] / includes / specials / SpecialListfiles.php
index 9377628..dff1cf7 100644 (file)
@@ -443,6 +443,7 @@ class ImageListPager extends TablePager {
                        case 'count':
                                return intval( $value ) + 1;
                        case 'top':
+                               // Messages: listfiles-latestversion-yes, listfiles-latestversion-no
                                return $this->msg( 'listfiles-latestversion-' . $value );
                }
        }
@@ -471,7 +472,7 @@ class ImageListPager extends TablePager {
                        'tabindex' => 3,
                ) );
 
-               $inputForm['listfiles-show-all'] = HTML::input( 'ilshowall', 1, 'checkbox', array(
+               $inputForm['listfiles-show-all'] = Html::input( 'ilshowall', 1, 'checkbox', array(
                        'checked' => $this->mShowAll,
                        'tabindex' => 4,
                ) );