about summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-04-18 11:51:41 -0400
committerZach DeCook <zachdecook@gmail.com>2018-04-18 11:51:41 -0400
commit35e7deee4b4de0e24e3d9c41a63528114ad209e1 (patch)
tree9e0d65a771745dd125dc5af7100ceb49326b0fad /index.php
parent895f7ae639b916287dee4184f3a2a4bdc8424e3e (diff)
downloadprosongsa-35e7deee4b4de0e24e3d9c41a63528114ad209e1.tar.gz
* Index: Detect authors, allow sorting by author.
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);
 	}