diff options
Diffstat (limited to 'includes/logging/LogEventsList.php')
-rw-r--r-- | includes/logging/LogEventsList.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index 1a8120f92952..2d4742f5d6a5 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -666,6 +666,7 @@ class LogEventsList extends ContextSource { if ( $param['useMaster'] ) { $pager->mDb = wfGetDB( DB_PRIMARY ); } + // @phan-suppress-next-line PhanImpossibleCondition if ( isset( $param['offset'] ) ) { # Tell pager to ignore WebRequest offset $pager->setOffset( $param['offset'] ); } |