Fix incorrect use in if
This commit is contained in:
parent
5364142848
commit
f3358ec20b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class ConferencesController < ApplicationController
|
|||
|
||||
redirect_to @current.first if @current.count == 1 and
|
||||
@current.first.splashpage and
|
||||
@current.first.splashpage.public==true
|
||||
@current.first.splashpage.public
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue