X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FDatabaseOracle.php;h=90fabaf5c4383f15a2a2093e456b5448e5b35610;hb=6237fd11b63bfeaa803acd8b9186316e7a543436;hp=e2feb1fa7cd1b0fc706ea8d48f9a84755d1782e0;hpb=6d09f88785bf4b7fe821634d3438106b6f335a94;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/DatabaseOracle.php b/includes/db/DatabaseOracle.php index e2feb1fa7c..90fabaf5c4 100644 --- a/includes/db/DatabaseOracle.php +++ b/includes/db/DatabaseOracle.php @@ -354,7 +354,7 @@ class DatabaseOracle extends Database { return $e['code']; } - function affectedRows() { + protected function fetchAffectedRowCount() { return $this->mAffectedRows; }