Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Store.php |
— | — | @@ -224,7 +224,7 @@ |
225 | 225 | $this->doDataUpdate( $data ); |
226 | 226 | |
227 | 227 | // Invalidate the page, so data stored on it gets displayed immeditaely in queries. |
228 | | - global $smwgAutoRefreshSubject, $wgDBtype; |
| 228 | + global $smwgAutoRefreshSubject; |
229 | 229 | if ( $smwgAutoRefreshSubject && !wfReadOnly() ) { |
230 | 230 | $title = Title::makeTitle( $data->getSubject()->getNamespace(), $data->getSubject()->getDBkey() ); |
231 | 231 | $dbw = wfGetDB( DB_MASTER ); |