Backend for songs.zachdecook.com
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1df2c64..5f64590 100755
--- a/index.php
+++ b/index.php
@@ -96,7 +96,7 @@ include 'page.php';
$song_number = isset( $_GET['song'] ) ? $_GET['song'] : '';
if( ! $song_number )
{
- $sort = '';
+ $sort = 'default';
if ( isset( $_GET['sort'] ) ) $sort = $_GET['sort'];
echo toc($sort);
}