Plugin Directory

Changeset 1234665


Ignore:
Timestamp:
08/31/2015 02:18:40 PM (11 years ago)
Author:
chatrify
Message:

Group issue fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chatrify-live-chat/trunk/wp-chatrify.php

    r1118715 r1234665  
    357357
    358358        if ($this->group) {
    359             $this->group = 0;
     359            //$this->group = 0;
    360360        }
    361361
     
    385385    protected function update_options($data)
    386386    {
     387
    387388        // check if we are handling LiveChat settings form
    388389        if (isset($data['settings_form']) == false && isset($data['new_license_form']) == false)
     
    394395        $skill = isset($data['skill']) ? (int)$data['skill'] : 0;
    395396
     397
    396398        // skill must be >= 0
    397399        $skill = max(0, $skill);
     400
    398401
    399402
Note: See TracChangeset for help on using the changeset viewer.