We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d28b8 commit 996e852Copy full SHA for 996e852
interface/web/client/client_edit.php
@@ -469,7 +469,7 @@ function onAfterUpdate() {
469
470
// lock and cancel
471
if(!isset($this->dataRecord['locked'])) $this->dataRecord['locked'] = 'n';
472
- if(isset($conf['demo_mode']) && $conf['demo_mode'] != true && $this->dataRecord["locked"] != $this->oldDataRecord['locked'])
+ if(isset($conf['demo_mode']) && $conf['demo_mode'] != true && $this->dataRecord["locked"] != $this->oldDataRecord['locked'])
473
{
474
$lock = $app->functions->func_client_lock($this->id,$this->dataRecord["locked"]);
475
}
0 commit comments