From 95d7c27e5a65f6df5221842bb4427619ccec3327 Mon Sep 17 00:00:00 2001 From: nickw Date: Fri, 14 May 2010 14:30:37 +0000 Subject: Updating core code to allow public pages using new Walled Garden functionality. git-svn-id: http://code.elgg.org/elgg/trunk@6047 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/handlers/action_handler.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/handlers/action_handler.php') diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php index 52c1a2633..f99e1efdc 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -12,7 +12,6 @@ /** * Load Elgg framework */ -define('externalpage',true); require_once("../start.php"); $action = get_input("action"); action($action); \ No newline at end of file -- cgit v1.2.3