User "Tim Starling" changed the status of MediaWiki.r79272.

Old Status: resolved
New Status: fixme

User "Tim Starling" also posted a comment on MediaWiki.r79272.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/79272#c19239
Commit summary:

-Destroy the DB automatically when initting the DB
-Add $force option to wfSetVar
-More work on getting SQLite to work

Comment:

<pre>
        function tablePrefix( $prefix = null ) {
-               return wfSetVar( $this->mTablePrefix, $prefix );
+               return wfSetVar( $this->mTablePrefix, $prefix, true );
        }
</pre>

Doesn't this break anything that tries to use tablePrefix() as an accessor 
rather than a mutator?


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

Reply via email to