Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-11-02 10:52:53 +01:00
commit e480bf2134

View File

@ -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
);