|
@@ -693,8 +693,9 @@ |
|
|
block discarded – undo |
|
693
|
693
|
// Fourth, let's apply the same steps to the orderby_bag |
|
694
|
694
|
// 4-1 orderby_bag should be an array, if it is a singleton, let's put it in an array. |
|
695
|
695
|
|
|
696
|
|
- if (!is_array($orderby_bag)) |
|
697
|
|
- $orderby_bag = array($orderby_bag); |
|
|
696
|
+ if (!is_array($orderby_bag)) { |
|
|
697
|
+ $orderby_bag = array($orderby_bag); |
|
|
698
|
+ } |
|
698
|
699
|
|
|
699
|
700
|
// 4-2, let's take all the objects out of the orderby bag, and let's make objects from them |
|
700
|
701
|
$orderby_bag2 = array(); |
Please login to merge, or discard this patch.