Index: trunk/extensions/Wikidata/OmegaWiki/Editor.php |
— | — | @@ -693,8 +693,7 @@ |
694 | 694 | } |
695 | 695 | |
696 | 696 | public function edit( IdStack $idPath, $value ) { |
697 | | - global |
698 | | - $wgStylePath; |
| 697 | + global $wgStylePath, $wgScriptPath ; |
699 | 698 | |
700 | 699 | $result = '<table id="' . $idPath->getId() . '" class="wiki-data-table">'; |
701 | 700 | $key = $value->getKey(); |