Skip to content

Commit d524a0e

Browse files
committed
Fixed typo
1 parent 316589b commit d524a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BrainPortal/app/controllers/nh_signups_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def create #:nodoc:
7070
flash[:error] = "It seems some error occurred. The email notification was probably not sent. There's nothing we can do about this."
7171
end
7272

73-
send_admin_notification(signup)
73+
send_admin_notification(@signup)
7474

7575
sleep 1
7676
flash[:notice] = "Success!"

0 commit comments

Comments
 (0)