Skip to content

Commit

Permalink
Fix misspelling in schema update 1312.
Browse files Browse the repository at this point in the history
This fixes a misspelling in the schema update to convert the old
per-profile hardware profile setting to a global setting. Users who made
the schema update prior to this commit will have to re-enable the
hardware profiler manually.
  • Loading branch information
wagnerrp committed Jun 18, 2013
1 parent 387ece3 commit 50c4d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/dbcheck.cpp
Expand Up @@ -2381,7 +2381,7 @@ NULL
// Create a global enable/disable instead of one per-host
// Any hosts previously running it mean all hosts do now
"INSERT INTO `settings` (`value`, `hostname`, `data`)"
" SELECT 'HardwareProfileEnaled',"
" SELECT 'HardwareProfileEnabled',"
" NULL,"
" IF((SELECT COUNT(1)"
" FROM `settings`"
Expand Down

0 comments on commit 50c4d7d

Please sign in to comment.