Plugin Directory

Changeset 1950192


Ignore:
Timestamp:
10/02/2018 11:06:00 AM (7 years ago)
Author:
spotim
Message:

HOTFIX

Location:
spotim-comments
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spotim-comments/tags/4.3.8/inc/class-spotim-import.php

    r1950181 r1950192  
    339339            $this->options->update("spotim_last_sync_timestamp", time());
    340340            $this->options->reset('is_force_sync', false );
     341            update_option("wp-spotim-settings_total_changed_posts", []);
    341342
    342343            if ( ! $this->return ) {
  • spotim-comments/trunk/inc/class-spotim-import.php

    r1950181 r1950192  
    339339            $this->options->update("spotim_last_sync_timestamp", time());
    340340            $this->options->reset('is_force_sync', false );
     341            update_option("wp-spotim-settings_total_changed_posts", []);
    341342
    342343            if ( ! $this->return ) {
Note: See TracChangeset for help on using the changeset viewer.