Revision: 3889
Author:   [email protected]
Date:     Thu Jun 30 05:47:36 2011
Log:      userId
http://code.google.com/p/openmeetings/source/detail?r=3889

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

=======================================
--- /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java Thu Jun 30 05:45:52 2011 +++ /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java Thu Jun 30 05:47:36 2011
@@ -264,7 +264,7 @@
                     // directory
                     // but just because their parent is
return FileExplorerItemDaoImpl.getInstance().add(fileName, - "", parentFileExplorerItemId, users_id, room_id,
+                            "", parentFileExplorerItemId, 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