Skip to content

Commit

Permalink
Correct the misnamed slave_category to slave_category_name
Browse files Browse the repository at this point in the history
Fixes php complaints.
  • Loading branch information
dlangille committed Jan 20, 2024
1 parent d956fa5 commit c1fb8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/master_slave.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MasterSlave {
var $slave_port_id;
var $slave_port_name;
var $slave_category_id;
var $slave_category;
var $slave_category_name;

var $dbh;
var $LocalResult;
Expand Down

0 comments on commit c1fb8d4

Please sign in to comment.