Skip to content

Commit

Permalink
Add missing space in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sphery committed Jan 14, 2011
1 parent e0411cb commit e4d3a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/bindings/php/MythBackend.php
Expand Up @@ -37,7 +37,7 @@ static function find($host = null, $port = null) {
$host = setting('MasterServerIP');
$port = setting('MasterServerPort');
if (!$host || !$port)
trigger_error("MasterServerIP or MasterServerPort not found! You may"
trigger_error("MasterServerIP or MasterServerPort not found! You may "
."need to check your mythweb.conf file or re-run mythtv-setup",
FATAL);
}
Expand Down

0 comments on commit e4d3a6c

Please sign in to comment.