Skip to content

Commit

Permalink
fix categories_table
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 1, 2011
1 parent 2ce17a5 commit 39f76c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ object User extends User with KeyedMetaMapper[Long, User] {
def doSave(): JsCmd = {
Category.create.name(name).save
S.notice("Category " + name + " successfully created.")
Replace("categories_list", categoriesList)
Replace("categories_table", categoriesList)
}

def categoryToHtml(c: Category) =
Expand Down

0 comments on commit 39f76c0

Please sign in to comment.