aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 3d11da67a6..b1eba60af5 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -344,11 +344,6 @@ class module
foreach ($module as $row)
{
- // Check any module pre-reqs
- if ($row['module_reqs'] != '')
- {
- }
-
// Module order not specified or module already assigned at this position?
if (!isset($row['module_order']) || isset($this->module_ary[$row['module_order']]))
{