phcpresspro 4.2.4 → 4.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a214df686aa7fbf658d450345ba7891d4134b7af
4
- data.tar.gz: dd7570f44bd25982fcb153894b3fd9f6124de31f
3
+ metadata.gz: e6a201e65b407c59420f8c77365cf532f2b28dcd
4
+ data.tar.gz: 2e594a099221a75d8a23db46fd1503d6c3b32d7f
5
5
  SHA512:
6
- metadata.gz: d51874a415f650581802c7ac47ae36e686ec8bedfb5a5006f5fc9f4043f6efbc27ff7844b2be6d0c05437ebddea503ba3834bf361193c836d594616630b50df1
7
- data.tar.gz: 3520f9c3a388890b14616f74fdd16a81ab2e75d7be292536e3dcadb90bbc468c5ee07c3516e2d84ac7795cd89d327d1298b720a48281dbc483d641782377bd70
6
+ metadata.gz: 71568b9534aff8d3a88cf48beab76945549097543025857d63d8f67d204146aa3686ac2a715d1b28aca33b25383a31efbd2c3f514b2cb538b34bbb5aafdfd0d7
7
+ data.tar.gz: 1a1592755156e41d756e6cc67a2e8039aeec0330667064fb7a32883a9772240e61aab7822e97db563ce8eb92440d5aff34fa55a406df6c757bd1a41c1b14ba87
@@ -10,7 +10,7 @@ module Phcpresspro
10
10
  unless current_user
11
11
  url_params = params
12
12
  url_params.permit!
13
- session[:last_url] = request.get? ? url_for(url) : url_for
13
+ session[:last_url] = request.get? ? url_for(url_params) : url_for
14
14
  redirect_to new_login_url
15
15
  end
16
16
  end
@@ -31,4 +31,4 @@ module Phcpresspro
31
31
  helper Phcnotifi::Engine.helpers
32
32
 
33
33
  end
34
- end
34
+ end
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "4.2.4"
2
+ VERSION = "4.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.4
4
+ version: 4.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts