includes/functions.php
changeset 1322 8496dd47b87c
parent 1310 41ac3758ba79
child 1328 2a5845ef8c1d
--- a/includes/functions.php	Tue Nov 16 12:55:06 2010 -0500
+++ b/includes/functions.php	Tue Nov 16 13:23:34 2010 -0500
@@ -263,7 +263,7 @@
 function get_title($sanitize = true, $chop_special = false)
 {
 	$title = '';
-	if ( isset($_GET['title']) )
+	if ( isset($_GET['title']) && is_string($_GET['title']) )
 	{
 		$title = $_GET['title'];
 	}