fix error

This commit is contained in:
chiu 2020-04-29 13:43:03 +08:00
parent de87338508
commit dac27a8edf
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class PersonalJournalsController < ApplicationController
'url' => '/' + I18n.locale.to_s + params[:url],
'select_text' => select_text,
'search_text' => search_text,
'search_value' => params[:keywords].gsub(/\"/,''),
'search_value' => params[:keywords].to_s.gsub(/\"/,''),
'csrf_value' => csrf_value },
'total_pages' => journal_papers_total_pages,
'choice' => choice