Skip to content

Commit 98740c7

Browse files
committed
Record biography_error to event_log
1 parent a0096d9 commit 98740c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/User/Update.php

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public function &run(Router &$router, View &$view, array &$args) {
210210
'username_error' => $model->username_error,
211211
'email_error' => $model->email_error,
212212
'display_name_error' => $model->display_name_error,
213+
'biography_error' => $model->biography_error,
213214
'user_id' => Authentication::$user->getId(),
214215
'username' => $model->username,
215216
'email_1' => $model->email_1,

0 commit comments

Comments
 (0)