diff --git a/includes/FeedsSource.inc b/includes/FeedsSource.inc index f77170b..64a0be1 100644 --- a/includes/FeedsSource.inc +++ b/includes/FeedsSource.inc @@ -614,7 +614,7 @@ class FeedsSource extends FeedsConfigurable { * Clears states. */ protected function clearStates() { - $this->states = array(); + $this->state = array(); $this->fetcher_result = NULL; }