Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -914,11 +914,7 @@ |
915 | 915 | } else { |
916 | 916 | // New file; create the description page. |
917 | 917 | // There's already a log entry, so don't make a second RC entry |
918 | | - $result = $article->doEdit( $pageText, $comment, EDIT_NEW | EDIT_SUPPRESS_RC ); |
919 | | - if ( !$result->isOK() ) { |
920 | | - $dbw->rollback( __METHOD__ ); |
921 | | - return false; |
922 | | - } |
| 918 | + $article->doEdit( $pageText, $comment, EDIT_NEW | EDIT_SUPPRESS_RC ); |
923 | 919 | } |
924 | 920 | |
925 | 921 | # Hooks, hooks, the magic of hooks... |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -574,8 +574,6 @@ |
575 | 575 | * (bug 16726) siprop=namespacealiases should also list localized aliases |
576 | 576 | * (bug 16730) Added apprfiltercascade parameter to list=allpages to filter |
577 | 577 | cascade-protected pages |
578 | | -* (bug 15430) Cancel the upload process and rollback database changes in case |
579 | | - no article associated with the file can be created |
580 | 578 | |
581 | 579 | === Languages updated in 1.14 === |
582 | 580 | |