Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e480bf2134
@ -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
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user