Почему следующее условие может быть истинно даже если $this->next_step[«bUpdateOnly»] == «false»:
if(array_key_exists("bUpdateOnly", $this->next_step) && $this->next_step["bUpdateOnly"])
return $counter;
Почему следующее условие может быть истинно даже если $this->next_step[«bUpdateOnly»] == «false»:
if(array_key_exists("bUpdateOnly", $this->next_step) && $this->next_step["bUpdateOnly"])
return $counter;