r25531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25530‎ | r25531 | r25532 >
Date:08:42, 5 September 2007
Author:david
Status:old
Tags:
Comment:
oops
Modified paths:
  • /branches/liquidthreads/extensions/LqtModel.php (modified) (history)

Diff [purge]

Index: branches/liquidthreads/extensions/LqtModel.php
@@ -911,7 +911,6 @@
912912 if( array_key_exists( $post->getID(), self::$cache_by_root ) ) {
913913 return self::$cache_by_root[$post->getID()];
914914 }
915 - efVarDump(null, "withRoot( {$post->getID()} ) missed.");
916915 $ts = Threads::where( array('thread.thread_root' => $post->getID()) );
917916 if( count($ts) == 0 ) { return null; }
918917 if ( count($ts) >1 ) {

Status & tagging log