Index: branches/wmf/1.18wmf1/extensions/CategoryTree/CategoryTree.php |
— | — | @@ -201,7 +201,7 @@ |
202 | 202 | * namely, only providing the mode name or number. |
203 | 203 | * This loads CategoryTreeFunctions.php and calls CategoryTree::ajax() |
204 | 204 | */ |
205 | | -function efCategoryTreeAjaxWrapper( $category, $options, $enc = '' ) { |
| 205 | +function efCategoryTreeAjaxWrapper( $category, $options = array(), $enc = '' ) { |
206 | 206 | global $wgCategoryTreeHTTPCache, $wgSquidMaxage, $wgUseSquid; |
207 | 207 | |
208 | 208 | if ( is_string( $options ) ) { |