Index: branches/extensionless-files/includes/filerepo/LocalFile.php |
— | — | @@ -983,7 +983,7 @@ |
984 | 984 | * The archive name should be passed through to recordUpload for database |
985 | 985 | * registration. |
986 | 986 | * |
987 | | - * @param string $sourcePath Local filesystem path to the source image |
| 987 | + * @param string $srcPath Local filesystem path to the source image |
988 | 988 | * @param integer $flags A bitwise combination of: |
989 | 989 | * File::DELETE_SOURCE Delete the source file, i.e. move |
990 | 990 | * rather than copy |