https://bugzilla.wikimedia.org/show_bug.cgi?id=62148
--- Comment #1 from Joerg <[email protected]> --- I have checked the methods of includes/filerepo/file/File.php. Changing the line $stat = stat( $file->getPath() ); to $stat = stat( $file->getLocalRefPath() ); Makes the script provide the correct results again. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
