Index: trunk/extensions/Wikidata/OmegaWiki/DefinedMeaningModel.php |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | $to_dataset=$this->dataset; |
347 | 347 | |
348 | 348 | $this->_saved_dc=$wdCurrentContext; |
349 | | - $wdCurrentContext=$to_dc; |
| 349 | + $wdCurrentContext=$to_dataset; |
350 | 350 | return $wdCurrentContext; |
351 | 351 | } |
352 | 352 | |