| @@ -120,8 +120,11 @@ | ||
| 120 | 120 | |
| 121 | 121 | // Unschedule cron events we no longer use. |
| 122 | 122 | $this->base->get_class( 'cron' )->unschedule_refresh_token_event(); |
| 123 | 123 | |
| 124 | + // Create log table if it doesn't exist. | |
| 125 | + $this->base->get_class( 'log' )->activate(); | |
| 126 | + | |
| 124 | 127 | // Update the version number. |
| 125 | 128 | update_option( $this->base->plugin->name . '-version', $this->base->plugin->version ); |
| 126 | 129 | |
| 127 | 130 | } |