Index: branches/iwtransclusion/phase3/includes/Interwiki.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | protected static $smCache = array(); |
17 | 17 | const CACHE_LIMIT = 100; // 0 means unlimited, any other value is max number of entries. |
18 | 18 | |
19 | | - protected $mPrefix, $mURL, $mAPI, $mLocal, $mTrans; |
| 19 | + protected $mPrefix, $mURL, $mAPI, $mWikiID, $mLocal, $mTrans; |
20 | 20 | |
21 | 21 | public function __construct( $prefix = null, $url = '', $api = '', $wikiid = '', $local = 0, $trans = 0 ) { |
22 | 22 | $this->mPrefix = $prefix; |