Skip to content

Commit

Permalink
Update syswidget.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Jun 11, 2018
1 parent 9207ac4 commit ddc89e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/syswidget/syswidget.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ function dbInstall($data) {

$prop_id=addClassProperty($classname, 'CPUtemp', 7);
if ($prop_id) {$property=SQLSelectOne("SELECT * FROM properties WHERE ID=".$prop_id);
$property['DESCRTION']='CPU temperature'; // <-----------
$property['DESCRIPTION']='CPU temperature'; // <-----------
SQLUpdate('properties',$property); }


Expand Down

0 comments on commit ddc89e3

Please sign in to comment.