mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -40,7 +40,7 @@ func clientsModAction(ctx *cli.Context) error {
|
||||
client = entity.FindClientByUID(frm.ID())
|
||||
|
||||
if client == nil {
|
||||
return fmt.Errorf("client %s not found", clean.LogQuote(frm.ID()))
|
||||
return fmt.Errorf("client %s not found", clean.Log(frm.ID()))
|
||||
}
|
||||
|
||||
// Update client from form values.
|
||||
|
||||
Reference in New Issue
Block a user