Browse Source

fixed hitory logging on language change

Serghey Rodin 11 years ago
parent
commit
457d4daec6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-change-user-language

+ 1 - 1
bin/v-change-user-language

@@ -55,7 +55,7 @@ fi
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 
 
 # Logging
 # Logging
-log_history "changed contact email to $email"
+log_history "changed language to $language"
 log_event "$OK" "$EVENT"
 log_event "$OK" "$EVENT"
 
 
 exit
 exit