diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-28 15:20:08 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-28 15:20:08 +0000 |
commit | a9010a793da35f76d01edbca97ec40079cc0a9e2 (patch) | |
tree | 6a1d5173ef6681abd2296c7bbcfc378761cea68c /edit.php | |
parent | 91b909acb2708e256f4a653dc0b11cd796d00a62 (diff) | |
download | elgg-a9010a793da35f76d01edbca97ec40079cc0a9e2.tar.gz elgg-a9010a793da35f76d01edbca97ec40079cc0a9e2.tar.bz2 |
group members can now work with photo albums
Diffstat (limited to 'edit.php')
-rw-r--r-- | edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
- gatekeeper();
+ gatekeeper(); // make sure the user is logged_in
set_context('photos');
$guid = (int) get_input('guid');
|