Skip to content

Commit

Permalink
Merge pull request #118 from awebc/master
Browse files Browse the repository at this point in the history
fix check_cache $save_running_status
  • Loading branch information
owner888 authored Aug 14, 2018
2 parents 611a7c2 + 66add55 commit c94f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/phpspider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ public function check_export()

public function check_cache()
{
if ( !self::$use_redis)
if ( !self::$use_redis || self::$save_running_state)
{
return false;
}
Expand Down

0 comments on commit c94f43f

Please sign in to comment.