diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
commit | 45199adebdfc00f436a719de1c5772429367b756 (patch) | |
tree | 00754d1f10dc2b9b9507619f5e842f5cd0eac4ac /phpBB/download | |
parent | 1470985ff20197589cbbab96180d80b0148d20d5 (diff) | |
parent | 779758f2195f87868da3694b5ffd00adee1be0b3 (diff) | |
download | forums-45199adebdfc00f436a719de1c5772429367b756.tar forums-45199adebdfc00f436a719de1c5772429367b756.tar.gz forums-45199adebdfc00f436a719de1c5772429367b756.tar.bz2 forums-45199adebdfc00f436a719de1c5772429367b756.tar.xz forums-45199adebdfc00f436a719de1c5772429367b756.zip |
Merge pull request #4523 from senky/ticket/13429
[ticket/13429] Replace @change with @changed in event docblocks
Diffstat (limited to 'phpBB/download')
-rw-r--r-- | phpBB/download/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php index 56ea273d5c..e60ffad6b0 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -262,7 +262,7 @@ else * @var string mode Download mode * @var bool thumbnail Flag indicating if the file is a thumbnail * @since 3.1.6-RC1 - * @change 3.1.7-RC1 Fixing wrong name of a variable (replacing "extension" by "extensions") + * @changed 3.1.7-RC1 Fixing wrong name of a variable (replacing "extension" by "extensions") */ $vars = array( 'attach_id', |