We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef17f9a + 3b3bdb4 commit a8bdf75Copy full SHA for a8bdf75
1 file changed
CAJA_WS.php
@@ -68,7 +68,7 @@
68
drupal_bootstrap(DRUPAL_BOOTSTRAP_SESSION);
69
70
$userid = intval($user->uid);
71
- $user_email = intval($user->email);
+ $user_email = $user->email;
72
$canAuthor = in_array('a2j author', array_values($user->roles));
73
} else {
74
// Running locally, just use demo or devuser (26 ,45 for a2jauthor.org).
0 commit comments