summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index bc782046..37ce8246 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -31,7 +31,7 @@
</div>
<div id="random_selection">
<?php
- $albums = get_random_albums('5');
+ $albums = get_random_albums('6');
if (count($albums)) { require_once(conf('prefix') . '/templates/show_random_albums.inc.php'); }
?>
</div>