diff options
Diffstat (limited to 'actions/edit_multi.php')
-rw-r--r-- | actions/edit_multi.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/edit_multi.php b/actions/edit_multi.php index 7c03244a5..08947f1a4 100644 --- a/actions/edit_multi.php +++ b/actions/edit_multi.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_array = get_input('title');
|