refactoring error fixed

This commit is contained in:
Aeris 2022-05-30 02:50:07 +02:00
parent df15f33249
commit 3aa3d8acf8

View file

@ -96,10 +96,10 @@ class ReadabilityExtension extends Minz_Extension {
}
}
public function getConfStoreR( $list, $id ) {
public function getConfStoreR( $id ) {
return array_key_exists($id, $this->rStore);
}
public function getConfStoreM( $list, $id ) {
public function getConfStoreM( $id ) {
return array_key_exists($id, $this->mStore);
}