X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCategory.php;h=229958a9d2e7e179e5bae6423790560826c961c4;hb=e374a8853abdf7dd27eba1bbb1e20de1496fd43e;hp=34ac0e1936676046ea9de71636d4e7e2f84b78ab;hpb=447574ceb746c2f4026a8bf77632bdc4604314bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Category.php b/includes/Category.php index 34ac0e1936..229958a9d2 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -340,7 +340,7 @@ class Category { $dbw->lockForUpdate( 'category', [ 'cat_title' => $this->mName ], __METHOD__ ); // Lock all the `categorylinks` records and gaps for this category; - // this is a separate query due to postgres/oracle limitations + // this is a separate query due to postgres limitations $dbw->selectRowCount( [ 'categorylinks', 'page' ], '*',