Spage has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86069


Change subject: sample API call tweak
......................................................................

sample API call tweak

sample query should be Main_Page as that's guaranteed to exist.

Change-Id: I3b9352757961200cc89e99f38bbf11f07d10d304
---
M includes/api/ApiQueryFlow.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/69/86069/1

diff --git a/includes/api/ApiQueryFlow.php b/includes/api/ApiQueryFlow.php
index d557ee4..e8f5142 100644
--- a/includes/api/ApiQueryFlow.php
+++ b/includes/api/ApiQueryFlow.php
@@ -82,7 +82,7 @@
 
        public function getExamples() {
                return array(
-                       
'api.php?action=query&list=flow&flowpage=Talk:Main_Page',
+                       'api.php?action=query&list=flow&flowpage=Main_Page',
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/86069
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b9352757961200cc89e99f38bbf11f07d10d304
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Spage <sp...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to