diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-19 22:34:17 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-19 22:34:17 +0000 |
commit | 2da8c3e8428f09bab7aefa39cadc0a4f2d6f7a80 (patch) | |
tree | a29bd9de401337c69575b402793d0a8bef1f32e7 /actions/widgets | |
parent | e99c8b979a149dc6693b0e82762a9ca550ece86b (diff) | |
download | elgg-2da8c3e8428f09bab7aefa39cadc0a4f2d6f7a80.tar.gz elgg-2da8c3e8428f09bab7aefa39cadc0a4f2d6f7a80.tar.bz2 |
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
Diffstat (limited to 'actions/widgets')
-rw-r--r-- | actions/widgets/add.php | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |