summaryrefslogtreecommitdiff
path: root/modules/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node.module')
-rw-r--r--modules/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module
index f890985db..610c65b9a 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -869,7 +869,7 @@ function node_get_alias($path) {
}
function node_url($node) {
- if ($node->path) {
+ if ($node->path != NULL) {
return $node->path;
}
else {