Skip to content
Snippets Groups Projects
Verified Commit 996e8529 authored by Helmo's avatar Helmo
Browse files

whitespace

parent c7d28b81
No related branches found
No related tags found
1 merge request!1835Misc updates
......@@ -469,7 +469,7 @@ class page_action extends tform_actions {
// lock and cancel
if(!isset($this->dataRecord['locked'])) $this->dataRecord['locked'] = 'n';
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'])
{
$lock = $app->functions->func_client_lock($this->id,$this->dataRecord["locked"]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment