diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:21:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 21:48:20 +0100 |
commit | f27cdad73e7a4af913414522d85855136bf50b31 (patch) | |
tree | 33ce0eb4d82bdf011b6235b60daea812c3902982 /phpBB/download | |
parent | 59ad9401d9db8c6b6612f01f7b295f12c4cdccf7 (diff) | |
parent | 45199adebdfc00f436a719de1c5772429367b756 (diff) | |
download | forums-f27cdad73e7a4af913414522d85855136bf50b31.tar forums-f27cdad73e7a4af913414522d85855136bf50b31.tar.gz forums-f27cdad73e7a4af913414522d85855136bf50b31.tar.bz2 forums-f27cdad73e7a4af913414522d85855136bf50b31.tar.xz forums-f27cdad73e7a4af913414522d85855136bf50b31.zip |
Merge branch '3.1.x' into 3.2.x
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 7a20145968..a9cd4a3b3c 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -272,7 +272,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', |