Commit 38a617cd authored by Ryan Graham's avatar Ryan Graham Committed by ryang

updated to reflect the moving of JiveGlobals


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1228 b35dd754-fafc-0310-a699-88a17e54d16e
parent 654f9663
......@@ -18,7 +18,6 @@ import org.dom4j.Element;
import org.dom4j.io.OutputFormat;
import org.dom4j.io.SAXReader;
import org.dom4j.io.XMLWriter;
import org.jivesoftware.messenger.JiveGlobals;
import org.jivesoftware.messenger.XMPPServer;
import org.jivesoftware.messenger.container.Plugin;
import org.jivesoftware.messenger.container.PluginManager;
......@@ -29,6 +28,7 @@ import org.jivesoftware.messenger.user.UserAlreadyExistsException;
import org.jivesoftware.messenger.user.UserManager;
import org.jivesoftware.messenger.user.UserNotFoundException;
import org.jivesoftware.messenger.user.UserProvider;
import org.jivesoftware.util.JiveGlobals;
import org.jivesoftware.util.Log;
import org.xmpp.packet.JID;
......@@ -292,6 +292,6 @@ public class ImportExportPlugin implements Plugin {
}
public static String exportDirectory() {
return JiveGlobals.getMessengerHome() + File.separator + "export";
return JiveGlobals.getHomeDirectory() + File.separator + "export";
}
}
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