aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files/factory.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-07-14 16:15:39 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-09 08:27:56 +0200
commit11b2c938c6c3a6a14465f04ed356fbd013276143 (patch)
tree322dc6cc8362ff7b8296f8495654af4483297b81 /phpBB/phpbb/files/factory.php
parentc65f0d748ae3cef90e08ce2c700e65734392da45 (diff)
downloadforums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar
forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar.gz
forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar.bz2
forums-11b2c938c6c3a6a14465f04ed356fbd013276143.tar.xz
forums-11b2c938c6c3a6a14465f04ed356fbd013276143.zip
[ticket/13904] Move form_upload to its own class and define type classes
PHPBB3-13904
Diffstat (limited to 'phpBB/phpbb/files/factory.php')
-rw-r--r--phpBB/phpbb/files/factory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/files/factory.php b/phpBB/phpbb/files/factory.php
index b28a7ab659..508c50c6ce 100644
--- a/phpBB/phpbb/files/factory.php
+++ b/phpBB/phpbb/files/factory.php
@@ -42,7 +42,7 @@ class factory
{
$service = false;
- $name = (strpos($name, 'files.') === false && strpos($name, '.') === false) ? 'files.' . $name : $name;
+ $name = (strpos($name, 'files.') === false) ? 'files.' . $name : $name;
try
{