Commit 75a54454 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

changed variable name from forumsHome to messengerHome


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@639 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3cea539e
...@@ -380,8 +380,8 @@ public class BasicServer implements XMPPServer { ...@@ -380,8 +380,8 @@ public class BasicServer implements XMPPServer {
if (configFileGuess.exists()) { if (configFileGuess.exists()) {
realHome = guess; realHome = guess;
} }
File forumsHome = new File(guess, jiveConfigName); File messengerHome = new File(guess, jiveConfigName);
if (!forumsHome.exists()) { if (!messengerHome.exists()) {
throw new FileNotFoundException(); throw new FileNotFoundException();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment