From 401fd957b30219a610014d4236de35b6220fd310 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 25 Jun 2008 19:21:21 +0000 Subject: Closes #79: Email confirmation on registration & email change http://trac.elgg.org/elgg/ticket/79 git-svn-id: https://code.elgg.org/elgg/trunk@1137 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/register.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/register.php') diff --git a/actions/register.php b/actions/register.php index dd573aa77..88cbf0348 100644 --- a/actions/register.php +++ b/actions/register.php @@ -10,6 +10,8 @@ * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ + + require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); // Get variables $username = get_input('username'); -- cgit v1.2.3