diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-07-15 21:30:42 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 08:28:03 +0200 |
| commit | 759a1a09fae5147afe346729764f050ecc67076b (patch) | |
| tree | 0d1c3811e94f5202cb310fe9526224d9d5e5de0c /phpBB/phpbb | |
| parent | 57ccfe0c483254e54b7b40bc1906ef946daf4f55 (diff) | |
| download | forums-759a1a09fae5147afe346729764f050ecc67076b.tar forums-759a1a09fae5147afe346729764f050ecc67076b.tar.gz forums-759a1a09fae5147afe346729764f050ecc67076b.tar.bz2 forums-759a1a09fae5147afe346729764f050ecc67076b.tar.xz forums-759a1a09fae5147afe346729764f050ecc67076b.zip | |
[ticket/13904] Fix remote upload functional tests
PHPBB3-13904
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/files/types/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/files/types/remote.php b/phpBB/phpbb/files/types/remote.php index c70f1557e7..04263f9cba 100644 --- a/phpBB/phpbb/files/types/remote.php +++ b/phpBB/phpbb/files/types/remote.php @@ -234,7 +234,7 @@ class remote extends base /** @var filespec $file */ $file = $this->factory->get('filespec') ->set_upload_ary($upload_ary) - ->set_upload_namespace($this); + ->set_upload_namespace($this->upload); $this->upload->common_checks($file); return $file; |
