Skip to content

Commit

Permalink
just a comment to see if i can commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peburrows committed Jan 30, 2008
1 parent fc9b064 commit c056c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/language_controller.rb
Expand Up @@ -4,6 +4,7 @@ class LanguageController < ApplicationController
no_login_required no_login_required


def set_lang def set_lang
# setting up the :language session variable which will be referenced in the tags
if params[:lang].downcase == 'reset' if params[:lang].downcase == 'reset'
session[:language] = nil session[:language] = nil
else else
Expand Down

0 comments on commit c056c73

Please sign in to comment.