@@ -86,7 +86,7 @@ |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | - * \brief (<i>Internal</i>) Sort an array based on <code>prior</code> index value. |
|
89 | + * \brief (<i>Internal</i>) Sort an array based on <code>prior</code> index value. |
|
90 | 90 | * @param array $a First array. |
91 | 91 | * @param array $b Second array. |
92 | 92 | * @return int 1 If $a > $b, -1 if $a < $b, 0 otherwise. |
@@ -138,8 +138,8 @@ |
||
138 | 138 | { |
139 | 139 | // If the user has already added a button in this row |
140 | 140 | if ($this->column != 0) { |
141 | - // Change row |
|
142 | - $this->changeRow(); |
|
141 | + // Change row |
|
142 | + $this->changeRow(); |
|
143 | 143 | } |
144 | 144 | |
145 | 145 | // Add buttons to the next row |