Skip to content

Commit bb327c5

Browse files
committed
Fix message type error
1 parent 9fe43b9 commit bb327c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

githubapi.admin.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function githubapi_revoke_submit($form, &$form_state) {
149149
backdrop_set_message(t('Unexpected Basic authorization error. Make sure that client_id and client_secret is properly set.'), 'error');
150150
break;
151151
default:
152-
backdrop_set_message(t('Unexpected behaviour. Debug data: status_message = !error.', array('!error' => $result->error), 'error'));
152+
backdrop_set_message(t('Unexpected behaviour. Debug data: status_message = !error.', array('!error' => $result->error)), 'error');
153153

154154
}
155155
}

0 commit comments

Comments
 (0)