API: recentchanges and usercontribs cleaned up to allow more precise properties selec...
[lhc/web/wiklou.git] / includes / api / ApiQueryImages.php
index 558e512..5e5fa5e 100644 (file)
@@ -82,7 +82,7 @@ class ApiQueryImages extends ApiQueryGeneratorBase {
                                // and images are listed there.
 
                                $vals = array();
-                               ApiQueryBase :: addTitleInfo($vals, $title);
+                               ApiQueryBase :: addTitleInfo($vals, $title, true);
                                $data[] = $vals;
                        }