Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Oct 19, 2016
2 parents a0d03ac + 42f6f0c commit 25bdeb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ksp.moon
Expand Up @@ -106,6 +106,8 @@ class extends lapis.Application
else -- else give it the user's name
@params.creator_name = (Users\find id: @session.id).name
user_id = @session.id
else
user_id = 0
if @params.picture\len! > 0
if @params.picture\sub(1, 7) == "http://"
@params.picture = "https://#{@params.picture\sub 8}"
Expand Down

0 comments on commit 25bdeb1

Please sign in to comment.