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/delete.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actions/delete.php') diff --git a/actions/delete.php b/actions/delete.php index 3deb69c5b..498c991c7 100644 --- a/actions/delete.php +++ b/actions/delete.php @@ -5,10 +5,10 @@ * */ - $forward_url = 'pg/photos/world'; // by default forward to world photos + // must be logged in + gatekeeper(); - //if not logged in, see world pictures instead - if (!isloggedin()) forward($forward_url); + $forward_url = 'pg/photos/world'; // by default forward to world photos $guid = (int) get_input('guid'); -- cgit v1.2.3