diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-10-29 14:09:26 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-10-29 14:09:26 +0000 |
| commit | 84aca5e6a36ca5e814793fe9316d625d07c45aa6 (patch) | |
| tree | fb9ffbf558f009ed5107da4426cd7550b33ddefa /includes | |
| parent | 653573c5f8c96912dc223b69beb406d890034446 (diff) | |
| download | webtrees-84aca5e6a36ca5e814793fe9316d625d07c45aa6.tar.gz webtrees-84aca5e6a36ca5e814793fe9316d625d07c45aa6.tar.bz2 webtrees-84aca5e6a36ca5e814793fe9316d625d07c45aa6.zip | |
Undeclared global
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/authentication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/authentication.php b/includes/authentication.php index 6227b0b806..ba91a64a72 100644 --- a/includes/authentication.php +++ b/includes/authentication.php @@ -218,7 +218,7 @@ function AddToSearchLog($log_message, $geds) { // Store a new message in the database function addMessage($message) { - global $WT_REQUEST; + global $WT_TREE, $WT_REQUEST; $user_id_from=get_user_id($message['from']); $user_id_to =get_user_id($message['to']); |
