X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCategory.php;h=229958a9d2e7e179e5bae6423790560826c961c4;hb=824ecd9b75bcbcbda0d9330656ea0f06ce288c3a;hp=34ac0e1936676046ea9de71636d4e7e2f84b78ab;hpb=3f27499122a8c71575d4995b24c3119c653d6d62;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' ], '*',