mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
Fixup
This commit is contained in:
parent
f3805d55fe
commit
43bde0e72c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ defmodule PhilomenaWeb.Profile.DetailController do
|
|||
user = conn.assigns.user
|
||||
|
||||
renderer = &MarkdownRenderer.render_collection(&1, conn)
|
||||
mod_notes = ModNotes.list_all_mod_notes_by_type_and_id("User", 1, renderer)
|
||||
mod_notes = ModNotes.list_all_mod_notes_by_type_and_id("User", user.id, renderer)
|
||||
|
||||
name_changes =
|
||||
UserNameChange
|
||||
|
|
Loading…
Reference in a new issue