From a07057fc6d3f68c20f8f15c3573e74d2514ba8b6 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 1 Sep 2009 11:37:42 +0000 Subject: made sure all the actions are using the appropriate gatekeeper --- actions/addalbum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/addalbum.php') diff --git a/actions/addalbum.php b/actions/addalbum.php index b53cf9692..ffc7ec9c7 100644 --- a/actions/addalbum.php +++ b/actions/addalbum.php @@ -4,8 +4,8 @@ * */ - // Make sure we're logged in (send us to the front page if not) - if (!isloggedin()) forward(); + // Make sure we're logged in + gatekeeper(); // Get input data $title = get_input('tidypicstitle'); -- cgit v1.2.3