Merge "Implement static public Parser::getExternalLinkRel"
[lhc/web/wiklou.git] / includes / Category.php
index 6a5eac7..b9c9609 100644 (file)
@@ -333,7 +333,7 @@ class Category {
                        ),
                        array( 'cl_to' => $this->mName, 'page_id = cl_from' ),
                        __METHOD__,
-                       'LOCK IN SHARE MODE'
+                       array( 'LOCK IN SHARE MODE' )
                );
                $ret = $dbw->update(
                        'category',