properly handle the case where a file disappears during the uploadwizard process
[lhc/web/wiklou.git] / includes / upload / UploadBase.php
index 67d275f..fc64818 100644 (file)
@@ -589,7 +589,7 @@ abstract class UploadBase {
                        if ( $watch ) {
                                $user->addWatch( $this->getLocalFile()->getTitle() );
                        }
-
+                                               
                        wfRunHooks( 'UploadComplete', array( &$this ) );
                }