ChangesListSpecialPage: Make maximum limit consistent (1000)
[lhc/web/wiklou.git] / includes / profiler / Profiler.php
index bf4ddc7..5c38159 100644 (file)
@@ -115,7 +115,7 @@ abstract class Profiler {
         */
        public function getProfileID() {
                if ( $this->profileID === false ) {
-                       return wfWikiID();
+                       return WikiMap::getCurrentWikiDomain()->getId();
                } else {
                        return $this->profileID;
                }