aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-13 15:47:45 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-13 15:47:45 +0000
commit3b5b2f9695e72b16965a04d18cb0a480e7b4af58 (patch)
tree7169e2c40fd00040f2880072bc15a5d27e38225c /phpBB/install/index.php
parenteaa4023fb402f764050401d70f6297811b826547 (diff)
downloadforums-3b5b2f9695e72b16965a04d18cb0a480e7b4af58.tar
forums-3b5b2f9695e72b16965a04d18cb0a480e7b4af58.tar.gz
forums-3b5b2f9695e72b16965a04d18cb0a480e7b4af58.tar.bz2
forums-3b5b2f9695e72b16965a04d18cb0a480e7b4af58.tar.xz
forums-3b5b2f9695e72b16965a04d18cb0a480e7b4af58.zip
changes
git-svn-id: file:///svn/phpbb/trunk@7881 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index e6eb9c2bbc..08e937f4cc 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -724,7 +724,7 @@ class module
{
$path = $phpbb_root_path . 'language/' . $file;
- if (is_file($path) || is_link($path) || $file == '.' || $file == '..' || $file == 'CVS')
+ if ($file == '.' || $file == '..' || is_link($path) || is_file($path) || $file == 'CVS')
{
continue;
}