(bug 13140) Show parent categories in category namespace
[lhc/web/wiklou.git] / includes / SquidUpdate.php
index 5d7350a..db2750c 100644 (file)
@@ -32,7 +32,7 @@ class SquidUpdate {
                        array( 'page_namespace', 'page_title' ),
                        array(
                                'pl_namespace' => $title->getNamespace(),
-                               'pl_title'     => $title->getDbKey(),
+                               'pl_title'     => $title->getDBkey(),
                                'pl_from=page_id' ),
                        $fname );
                $blurlArr = $title->getSquidURLs();