aboutsummaryrefslogtreecommitdiff
path: root/actions/addalbum.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-09-01 11:37:42 +0000
committerCash Costello <cash.costello@gmail.com>2009-09-01 11:37:42 +0000
commita07057fc6d3f68c20f8f15c3573e74d2514ba8b6 (patch)
tree7b5e0fed099bb39892b3ef0a10933e97925a6e20 /actions/addalbum.php
parent8a74a87356b54f907c341b8d6b3bcbe6b1e2ba18 (diff)
downloadelgg-a07057fc6d3f68c20f8f15c3573e74d2514ba8b6.tar.gz
elgg-a07057fc6d3f68c20f8f15c3573e74d2514ba8b6.tar.bz2
made sure all the actions are using the appropriate gatekeeper
Diffstat (limited to 'actions/addalbum.php')
-rw-r--r--actions/addalbum.php4
1 files changed, 2 insertions, 2 deletions
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');