You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/03/04 10:55:39 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1955] recordings are stored into proper location

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 87cc41a  [OPENMEETINGS-1955] recordings are stored into proper location
87cc41a is described below

commit 87cc41a39d7c2c879a99ce9273c58519e52e9ec5
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Mar 4 17:55:28 2019 +0700

    [OPENMEETINGS-1955] recordings are stored into proper location
---
 .../src/main/java/org/apache/openmeetings/util/OmFileHelper.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OmFileHelper.java b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OmFileHelper.java
index 0a1d65e..29f5af8 100644
--- a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OmFileHelper.java
+++ b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OmFileHelper.java
@@ -192,7 +192,7 @@ public class OmFileHelper {
 	}
 
 	public static File getStreamsDir() {
-		return getDir(new File("/tmp/"), STREAMS_DIR); //FIXME TODO TEMP getDir(omHome, STREAMS_DIR);
+		return getDir(omHome, STREAMS_DIR);
 	}
 
 	public static File getStreamsHibernateDir() {