From: Aaron Schulz Date: Wed, 26 Sep 2012 16:45:21 +0000 (-0700) Subject: Added doc note about getWikiId(). X-Git-Tag: 1.31.0-rc.0~22271^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=43b95bbe8b371495f9aa625be9d855ddbc8f4dde;p=lhc%2Fweb%2Fwiklou.git Added doc note about getWikiId(). Change-Id: I9c078baf84e0fead743e5315f698bd287ecf9f13 --- diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index 306bf353d6..e88c3680d7 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -129,7 +129,8 @@ abstract class FileBackend { } /** - * Get the wiki identifier used for this backend (possibly empty) + * Get the wiki identifier used for this backend (possibly empty). + * Note that this might *not* be in the same format as wfWikiID(). * * @return string * @since 1.20