diff --git a/dibi/libs/DibiFluent.php b/dibi/libs/DibiFluent.php index 93cf880b..4085e311 100644 --- a/dibi/libs/DibiFluent.php +++ b/dibi/libs/DibiFluent.php @@ -60,7 +60,7 @@ class DibiFluent extends DibiObject implements IDataSource /** @var array clauses separators */ public static $separators = array( 'SELECT' => ',', - 'FROM' => FALSE, + 'FROM' => ',', 'WHERE' => 'AND', 'GROUP BY' => ',', 'HAVING' => 'AND',