Skip to content

Commit

Permalink
Can't access allParams during init
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Sep 23, 2011
1 parent 2d1bfbc commit 1cc2a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ trait Loc[T] {
def inGroup_?(group: String): Boolean = groupSet.contains(group)

def init() {
allParams.foreach(_ onCreate(this))
params.foreach(_ onCreate(this))
}

}
Expand Down

0 comments on commit 1cc2a43

Please sign in to comment.