Merge "[FileBackend] Fixed writer-populater cache race condition."
[lhc/web/wiklou.git] / includes / api / ApiQueryLogEvents.php
index 0d07a25..e017c4b 100644 (file)
@@ -195,6 +195,7 @@ class ApiQueryLogEvents extends ApiQueryBase {
         * @param $type string
         * @param $action string
         * @param $ts
+        * @param $legacy bool
         * @return array
         */
        public static function addLogParams( $result, &$vals, $params, $type, $action, $ts, $legacy = false ) {