Skip to content

Commit

Permalink
merged branch cruisemaniac/master (PR #1)
Browse files Browse the repository at this point in the history
Commits
-------

a469f37 Made a minor fix in main.inc.php that was breaking bloggy on XAMPP / Windows.
  • Loading branch information
Hunter-Dolan committed Aug 26, 2011
1 parent b85c512 commit ede49a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.inc.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $bloggy_config['check_mail'] = false;
$bloggy_config['imap_host'] = "";

// IMAP Port (For SSL Host it's generally 993, and for Standard it's normally 143)
$bloggy_config['imap_port'] = ;
$bloggy_config['imap_port'] = "";

// IMAP User
$bloggy_config['imap_user'] = "";
Expand Down

0 comments on commit ede49a0

Please sign in to comment.