X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FCategory.php;h=229958a9d2e7e179e5bae6423790560826c961c4;hb=00e52d96addceb383baa25b9cd5b40b4fa61d9a8;hp=34ac0e1936676046ea9de71636d4e7e2f84b78ab;hpb=6a655e0e213337819bbe4619062b9078416724a5;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' ], '*',