1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #495: Change user_flag for GET pool

This commit is contained in:
Daniel Molina 2011-02-24 12:34:22 +01:00
parent 0b1f69a8ad
commit beed4932de

View File

@ -123,7 +123,7 @@ end
# GET Pool information
##############################################################################
get '/:pool' do
@SunstoneServer.get_pool(params[:pool], session["user_id"])
@SunstoneServer.get_pool(params[:pool])
end
##############################################################################