diff options
Diffstat (limited to 'mod/blocks.php')
-rw-r--r-- | mod/blocks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blocks.php b/mod/blocks.php index bb1b68e8b..29117eae8 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -1,6 +1,6 @@ <?php -function webpages_content(&$a) { +function blocks_content(&$a) { if(argc() > 1) $which = argv(1); |