|
@@ -226,7 +226,7 @@ |
|
|
block discarded – undo |
|
226
|
226
|
/** |
|
227
|
227
|
* Returns the pagination object. |
|
228
|
228
|
* @param string $className the pagination object class name. Parameter is available since version 1.1.13. |
|
229
|
|
- * @return CPagination|false the pagination object. If this is false, it means the pagination is disabled. |
|
|
229
|
+ * @return boolean the pagination object. If this is false, it means the pagination is disabled. |
|
230
|
230
|
*/ |
|
231
|
231
|
public function getPagination($className = 'CPagination') |
|
232
|
232
|
{ |
Please login to merge, or discard this patch.