diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-05 18:06:35 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-05 18:06:35 +0100 |
commit | 011e0c3f8142e3976a4d386fce066c802d4727ab (patch) | |
tree | 4f6e03305a536b54e90b76d13c3aa6d6b6ac3212 /mod/notifications.php | |
parent | 830a56723c37e206f2114c4bc4ade080f475cba9 (diff) | |
parent | b358e8afe21443a8f7e14573953a9780ba1d592d (diff) | |
download | volse-hubzilla-011e0c3f8142e3976a4d386fce066c802d4727ab.tar.gz volse-hubzilla-011e0c3f8142e3976a4d386fce066c802d4727ab.tar.bz2 volse-hubzilla-011e0c3f8142e3976a4d386fce066c802d4727ab.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index c425d092e..ef7202363 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -126,7 +126,7 @@ function notifications_content(&$a) { else notice( t('No notifications.') . EOL); - if ($a->config['register_policy'] = REGISTER_APPROVE && + if ($a->config['register_policy'] == REGISTER_APPROVE && $a->config['admin_email'] === $a->user['email']){ $o .= load_view_file('view/registrations-top.tpl'); |