r65941 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65940‎ | r65941 | r65942 >
Date:05:40, 5 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Apperently causes problems on older mw's, so removed it
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2_Queries.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2_Queries.php
@@ -66,7 +66,7 @@
6767 /** Local collection of error strings, passed on to callers if possible. */
6868 protected $m_errors = array();
6969
70 - public function __construct( &$parentstore, DatabaseBase &$dbslave ) {
 70+ public function __construct( &$parentstore, &$dbslave ) {
7171 $this->m_store = $parentstore;
7272 $this->m_dbs = $dbslave;
7373 }

Status & tagging log