1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #768: Update retrieve_elements arguments

This commit is contained in:
Daniel Molina 2011-08-16 15:23:17 +02:00
parent 7b255c5fb7
commit 2fada2bb59

View File

@ -199,8 +199,7 @@ end
##############################################################################
get '/:pool' do
@SunstoneServer.get_pool(params[:pool],
session[:user_gid],
settings.config[:pool_filter])
session[:user_gid])
end
##############################################################################