Yurik has uploaded a new change for review.

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

Change subject: README fixups
......................................................................

README fixups

Change-Id: I94f976f9f464aaeaf56ba8093f6d12f1ae58b31d
---
M README
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ZeroPortal 
refs/changes/46/282146/1

diff --git a/README b/README
index a966abf..c57e2b5 100644
--- a/README
+++ b/README
@@ -14,19 +14,19 @@
 
 $wgJsonConfigs['JsonZeroConfig'] = array(
        'namespace' => NS_ZERO,
-       'nsname' => 'Zero',
-       'islocal' => false,
+       'nsName' => 'Zero',
+       'isLocal' => false,
        'url' => 'https://zero.wikimedia.org/w/api.php',
        'username' => $wmgZeroPortalApiUserName,
        'password' => $wmgZeroPortalApiPassword,
 );
 
-// If you set 'islocal' to true and remove url, username, password, you don't 
need this one
+// If you set 'isLocal' to true and remove url, username, password, you don't 
need this one
 $wgJsonConfigs['JsonZeroConfig-local'] = array(
        'model' => 'JsonZeroConfig',
        'namespace' => 18000, // some junk number, anything would work as long 
as there is no conflict
-       'nsname' => 'Zero',
-       'islocal' => true,
+       'nsName' => 'Zero',
+       'isLocal' => true,
 );
 
 $wgGroupPermissions['zeroadmin']['zero-edit'] = true;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94f976f9f464aaeaf56ba8093f6d12f1ae58b31d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ZeroPortal
Gerrit-Branch: master
Gerrit-Owner: Yurik <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to