refactoring error fixed
This commit is contained in:
parent
df15f33249
commit
3aa3d8acf8
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue