Start working on phan-taint-check warnings. Fix minor escaping issues.
[lhc/web/wiklou.git] / includes / specials / pagers / ImageListPager.php
index b2f1487..3d7148d 100644 (file)
@@ -159,6 +159,9 @@ class ImageListPager extends TablePager {
        }
 
        /**
+        * The array keys (but not the array values) are used in sql. Phan
+        * gets confused by this, so mark this method as being ok for sql in general.
+        * @return-taint onlysafefor_sql
         * @return array
         */
        function getFieldNames() {