Commit 80ce5fe0 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes: #1736 error when going to the generic in my account PHP error...

Fixes: #1736 error when going to the generic in my account PHP error "Undefined property: user::$cert_dialog"
Showing with 1 addition and 1 deletion
+1 -1
......@@ -125,7 +125,7 @@ if ( $cleanup ){
}
/* Show page footer depending on the mode */
if (!$user->passwordClass && !$user->cert_dialog && !$user->picture_dialog && !$user->dialog && $user->is_account && empty($lock_msg)){
if (!$user->passwordClass && !$user->picture_dialog && !$user->dialog && $user->is_account && empty($lock_msg)){
$display.= "<p class=\"plugbottom\">";
/* Are we in edit mode? */
......
  • bmortier @bmortier

    mentioned in issue #624 (closed)

    By bmortier on 2017-09-02T14:53:44 (imported from GitLab)

    ·

    mentioned in issue #624 (closed)

    By bmortier on 2017-09-02T14:53:44 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment