diff options
Diffstat (limited to 'actions/addalbum.php')
-rw-r--r-- | actions/addalbum.php | 4 |
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');
|