aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-06 23:21:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-06 23:21:56 -0300
commit6a32a7159dd05c9e9e3e62957d0e03aec3b4cd24 (patch)
tree0d561e519bd1666bf3b441e92dd685bfc67f43a8 /muamba.module
parentfe5d67700ceb54bdc951dbd1f5f98e9dcae89855 (diff)
downloadmuamba-6a32a7159dd05c9e9e3e62957d0e03aec3b4cd24.tar.gz
muamba-6a32a7159dd05c9e9e3e62957d0e03aec3b4cd24.tar.bz2
Misc changes
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.module b/muamba.module
index b530bb9..5552d8b 100644
--- a/muamba.module
+++ b/muamba.module
@@ -112,7 +112,7 @@ function muamba_node_view($node, $view_mode, $langcode) {
global $user;
// Check if widget can be shown
- if ($node->uid == $user->uid || $node->type != MUAMBA_NODE_TYPE || !muamba_has_request_access($node)) {
+ if ($node->type != MUAMBA_NODE_TYPE || !muamba_has_request_access($node)) {
return;
}