r93076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93075‎ | r93076 | r93077 >
Date:18:09, 25 July 2011
Author:kipcool
Status:deferred
Tags:
Comment:
wgScriptPath was not declared
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/Editor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/Editor.php
@@ -693,8 +693,7 @@
694694 }
695695
696696 public function edit( IdStack $idPath, $value ) {
697 - global
698 - $wgStylePath;
 697+ global $wgStylePath, $wgScriptPath ;
699698
700699 $result = '<table id="' . $idPath->getId() . '" class="wiki-data-table">';
701700 $key = $value->getKey();

Status & tagging log