Rework piwik configuration
This commit is contained in:
parent
f26e417cf4
commit
26855add38
6 changed files with 13 additions and 13 deletions
|
@ -86,7 +86,7 @@ class UserController < ApplicationController
|
|||
@user.openid_url = nil if @user.openid_url and @user.openid_url.empty?
|
||||
|
||||
if @user.save
|
||||
flash[:piwik_goal] = PIWIK_SIGNUP_GOAL if defined?(PIWIK_SIGNUP_GOAL)
|
||||
flash[:piwik_goal] = PIWIK["goals"]["signup"] if defined?(PIWIK)
|
||||
|
||||
referer = welcome_path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue