]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removed unnecessary gatekeeper from bookmark actions.
authorTeam Webgalli <webgalli@gmail.com>
Sun, 22 Jan 2012 09:37:34 +0000 (15:07 +0530)
committerCash Costello <cash.costello@gmail.com>
Sun, 22 Jan 2012 13:54:02 +0000 (08:54 -0500)
mod/bookmarks/actions/bookmarks/save.php

index f240c4b266ec301d3186d885dc6ca5198b8bed4d..3ca6bef322a0cbb1d8905bff0bcb5c9b4f1318c9 100644 (file)
@@ -5,8 +5,6 @@
 * @package Bookmarks
 */
 
-gatekeeper();
-
 $title = strip_tags(get_input('title'));
 $description = get_input('description');
 $address = get_input('address');