Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2_Queries.php |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | /** Local collection of error strings, passed on to callers if possible. */ |
68 | 68 | protected $m_errors = array(); |
69 | 69 | |
70 | | - public function __construct( &$parentstore, DatabaseBase &$dbslave ) { |
| 70 | + public function __construct( &$parentstore, &$dbslave ) { |
71 | 71 | $this->m_store = $parentstore; |
72 | 72 | $this->m_dbs = $dbslave; |
73 | 73 | } |