Removing reference to $wgTitle again. It was making runJobs.php crash.

This commit is contained in:
Tim Starling 2006-04-10 13:49:46 +00:00
parent eb3a3f7836
commit 59076cad46

View file

@ -325,10 +325,6 @@ function wfCite() {
* @return string XHTML ready for output
*/
function referencesFormat() {
global $wgTitle;
wfDebugLog( 'cite', $wgTitle->getFullText() );
$ent = array();
foreach ( $this->mRefs as $k => $v )