From 5bd75a40bb4f6ef8cf6c97e105c36e3288808ab5 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Mon, 29 Feb 2016 05:18:01 +0100 Subject: [PATCH] Fix on webmodel --- src/Webmodel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Webmodel.php b/src/Webmodel.php index 604fcdc..913b80e 100644 --- a/src/Webmodel.php +++ b/src/Webmodel.php @@ -824,7 +824,7 @@ class Webmodel { $this->conditions='WHERE 1=1'; - $this->order_by='order by '.$this->idmodel.' ASC'; + $this->order_by=''; //'order by '.$this->idmodel.' ASC'; $this->limit='';