aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files/factory.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-09 10:46:14 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-09 10:46:14 +0200
commit5f91f1cad85eaf7f8dc62a1a140605a46431496f (patch)
tree48caee30b0971ac685e6cb206bd7ce5bf578d89d /phpBB/phpbb/files/factory.php
parent70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f (diff)
downloadforums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar
forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar.gz
forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar.bz2
forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar.xz
forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.zip
[ticket/13904] Minor coding style fixes
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 508c50c6ce..84b7cc9449 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) ? 'files.' . $name : $name;
+ $name = (strpos($name, '.') === false) ? 'files.' . $name : $name;
try
{