* (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski]
[lhc/web/wiklou.git] / includes / api / ApiQueryCategories.php
index 4b1acd4..d71005b 100644 (file)
@@ -99,7 +99,7 @@ class ApiQueryCategories extends ApiQueryGeneratorBase {
                                // and category is listed there.
                                
                                $vals = array();
-                               ApiQueryBase :: addTitleInfo($vals, $title);
+                               ApiQueryBase :: addTitleInfo($vals, $title, true);
                                if ($fld_sortkey)
                                        $vals['sortkey'] = $row->cl_sortkey;