Rework piwik configuration

This commit is contained in:
Tom Hughes 2013-08-24 12:38:14 +01:00
parent f26e417cf4
commit 26855add38
6 changed files with 13 additions and 13 deletions

View file

@ -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