Fixed ticket merge.

This commit is contained in:
Martin Edenhofer 2013-05-22 01:00:20 +02:00
parent afe001e58b
commit 60dea64418

View file

@ -208,7 +208,7 @@ class TicketsController < ApplicationController
end end
} }
recent_viewed = History.recent_viewed_fulldata( current_user, 8 ) recent_viewed = RecentView.list_fulldata( current_user, 8 )
# return result # return result
render :json => { render :json => {