diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-29 14:57:50 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-29 14:57:50 +0000 |
commit | 118e91cc4048905446ee46fa87af60a96c996c8e (patch) | |
tree | 711299f43ce8fb8e9a872910bc8bb146944c7c9b /modules/user/user.module | |
parent | 89aef5b74f6eff31f80427e246a7a81fe52feb42 (diff) | |
download | brdo-118e91cc4048905446ee46fa87af60a96c996c8e.tar.gz brdo-118e91cc4048905446ee46fa87af60a96c996c8e.tar.bz2 |
#155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 3c57fea1e..12bc84784 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -3433,7 +3433,7 @@ function user_action_info() { 'comment' => array('view', 'insert', 'update', 'delete'), 'user' => array('logout'), ) - ) + ), ); } |