Use standard error page when not logged in on the queued items page

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-23 01:40:46 +02:00
committed by Chris Morgan
parent c009863461
commit b7189e4f59

View File

@@ -11,7 +11,7 @@ require_once(BASE."include/appData.php");
$oUser = new User($_SESSION['current']->iUserId);
if(!$oUser->isLoggedIn())
util_show_error_page_and_exit("You need to log in to view your queued items.");
util_show_error_page_and_exit();
apidb_header("View Your Queued Items");