diff --git a/libraries/DatabaseInterface.php b/libraries/DatabaseInterface.php index 9881957962..4965248510 100644 --- a/libraries/DatabaseInterface.php +++ b/libraries/DatabaseInterface.php @@ -485,7 +485,7 @@ class DatabaseInterface $tables = array(); - if (! isset($GLOBALS['cfg']['Server']['DisableIS']) || !$GLOBALS['cfg']['Server']['DisableIS']) { + if (! $GLOBALS['cfg']['Server']['DisableIS']) { $sql_where_table = $this->_getTableCondition( $table, $tbl_is_group, $table_type );