diff -r db77b3bbcb93 -r 8496dd47b87c includes/functions.php --- 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']; }