Add missing argument to dieDebug call so it does not die
authorjeroendedauw <jeroendedauw@gmail.com>
Wed, 16 Sep 2015 14:52:39 +0000 (16:52 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Wed, 16 Sep 2015 14:52:39 +0000 (16:52 +0200)
Change-Id: I672f4f1a407b35bf88216508156035ef96a7289f

includes/api/ApiQueryDeletedRevisions.php

index 3a98478..bf48b19 100644 (file)
@@ -234,8 +234,10 @@ class ApiQueryDeletedRevisions extends ApiQueryRevisionsBase {
                                        }
                                }
                                if ( !isset( $pageMap[$row->ar_namespace][$row->ar_title] ) ) {
-                                       ApiBase::dieDebug( "Found row in archive (ar_id={$row->ar_id}) that didn't " .
-                                               "get processed by ApiPageSet" );
+                                       ApiBase::dieDebug(
+                                               __METHOD__,
+                                               "Found row in archive (ar_id={$row->ar_id}) that didn't get processed by ApiPageSet"
+                                       );
                                }
 
                                $fit = $this->addPageSubItem(