From 2da8c3e8428f09bab7aefa39cadc0a4f2d6f7a80 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 19 Nov 2010 22:34:17 +0000 Subject: improving interactions of widgets - containment wasn't working due to height issues git-svn-id: http://code.elgg.org/elgg/trunk@7353 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/widgets/add.php | 1 - 1 file changed, 1 deletion(-) (limited to 'actions') diff --git a/actions/widgets/add.php b/actions/widgets/add.php index eebbd1438..001c139d8 100644 --- a/actions/widgets/add.php +++ b/actions/widgets/add.php @@ -11,7 +11,6 @@ $handler = get_input('handler'); $context = get_input('context'); $column = get_input('column', 1); -$guid = false; if (!empty($user_guid)) { $user = get_entity($user_guid); if ($user && $user->canEdit()) { -- cgit v1.2.3