Index: trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevs.class.php |
— | — | @@ -976,7 +976,6 @@ |
977 | 977 | $file = ( $article instanceof WikiFilePage || $article instanceof ImagePage ) |
978 | 978 | ? $article->getFile() // uses up-to-date process cache on new uploads |
979 | 979 | : wfFindFile( $title, array( 'bypassCache' => true ) ); // skip cache; bug 31056 |
980 | | - #var_dump( $title ); var_dump( $file ); moo(); |
981 | 980 | if ( is_object( $file ) && $file->exists() ) { |
982 | 981 | $fileData['name'] = $title->getDBkey(); |
983 | 982 | $fileData['timestamp'] = $file->getTimestamp(); |