Commit 2500c05d authored by Alex Ne's avatar Alex Ne

+ коррекция

parent 20e150d7
......@@ -244,7 +244,7 @@ class TableItem
public function order($coll, $type)
{
$this->sql_order = " OREDR BY `{$coll}` {$type}";
$this->sql_order = " ORDER BY `{$coll}` {$type}";
return $this;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment