r79188 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79187‎ | r79188 | r79189 >
Date:17:01, 29 December 2010
Author:ialex
Status:deferred
Tags:
Comment:
Removed call to OutputPage::addCoreScripts2Top(), that function does not exist
Modified paths:
  • /trunk/extensions/TimedMediaHandler/TimedMediaHandler_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler_body.php
@@ -656,7 +656,6 @@
657657 $thumb = $file->transform( $videoParam );
658658 $out = new OutputPage();
659659 $file->getHandler()->setHeaders( $out );
660 - $out->addCoreScripts2Top();
661660
662661 ?>
663662 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Status & tagging log