Changeset 1234665
- Timestamp:
- 08/31/2015 02:18:40 PM (11 years ago)
- File:
-
- 1 edited
-
chatrify-live-chat/trunk/wp-chatrify.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatrify-live-chat/trunk/wp-chatrify.php
r1118715 r1234665 357 357 358 358 if ($this->group) { 359 $this->group = 0;359 //$this->group = 0; 360 360 } 361 361 … … 385 385 protected function update_options($data) 386 386 { 387 387 388 // check if we are handling LiveChat settings form 388 389 if (isset($data['settings_form']) == false && isset($data['new_license_form']) == false) … … 394 395 $skill = isset($data['skill']) ? (int)$data['skill'] : 0; 395 396 397 396 398 // skill must be >= 0 397 399 $skill = max(0, $skill); 400 398 401 399 402
Note: See TracChangeset
for help on using the changeset viewer.