diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -835,7 +835,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history) | |||
835 | $PAGE->assign($key, $value); | 835 | $PAGE->assign($key, $value); |
836 | } | 836 | } |
837 | 837 | ||
838 | $PAGE->renderPage('tagcloud'); | 838 | $PAGE->renderPage('tag.cloud'); |
839 | exit; | 839 | exit; |
840 | } | 840 | } |
841 | 841 | ||