| @@ -86,11 +86,10 @@ | ||
| 86 | 86 | $context |
| 87 | 87 | ); |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | - // Get last query time and existing resources. | |
| 91 | - $this->last_queried = get_option( $this->settings_name . '_last_queried' ); | |
| 92 | - $this->resources = get_option( $this->settings_name ); | |
| 90 | + // Call parent initialization function. | |
| 91 | + parent::init(); | |
| 93 | 92 | |
| 94 | 93 | } |
| 95 | 94 | |
| 96 | 95 | } |