Revision: 3916
Author:   seba.wagner
Date:     Fri Jul  1 00:15:29 2011
Log:      [No log message]
http://code.google.com/p/openmeetings/source/detail?r=3916

Modified:
/trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java

=======================================
--- /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java Thu Jun 30 12:48:00 2011 +++ /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java Fri Jul 1 00:15:29 2011
@@ -264,7 +264,7 @@
                     // directory
                     // but just because their parent is
return FileExplorerItemDaoImpl.getInstance().add(folderName,
-                            "", parentFileExplorerItemId, userId, room_id,
+                            "", 0L, userId, room_id,
                             userId, true, // isFolder
                             false, // isImage
                             false, // isPresentation
@@ -326,7 +326,7 @@
                     // directory
                     // but just because their parent is
return FileExplorerItemDaoImpl.getInstance().add(folderName,
-                            "", parentFileExplorerItemId, userId, room_id,
+                            "", 0L, userId, room_id,
                             userId, true, // isFolder
                             false, // isImage
                             false, // isPresentation

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to