diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-10-05 22:44:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-10-05 22:44:10 +0000 |
commit | f2a06813bcb4fd81e190ce2375ce16807fe2cb54 (patch) | |
tree | 6678561df62dab535d0a7d45cdeee6d8dfa2cdd0 /modules/node/node.module | |
parent | 7a9bc86bd2f0ba3ba343e014a2e4c7f99d7f0946 (diff) | |
download | brdo-f2a06813bcb4fd81e190ce2375ce16807fe2cb54.tar.gz brdo-f2a06813bcb4fd81e190ce2375ce16807fe2cb54.tar.bz2 |
- fixed 2 bugs that where introduced by moving the index.php to node_page()
in node.module.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 0b7923165..0fb93cbe5 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -400,7 +400,7 @@ function node_feed() { } function node_page() { - global $op, $theme; + global $op, $theme, $meta, $date; if ($op == "feed") { node_feed(); |