From db7b497114329dda5f560198884c5bc5fbb3c1a8 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 3 Nov 2010 02:13:36 +0000 Subject: Fixes #2128 - replaces all uses of set_context() and get_context() in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@7215 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/widgets/editwrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/widgets/editwrapper.php') diff --git a/views/default/widgets/editwrapper.php b/views/default/widgets/editwrapper.php index 9f52ba7f6..0ac1de6d0 100644 --- a/views/default/widgets/editwrapper.php +++ b/views/default/widgets/editwrapper.php @@ -28,7 +28,7 @@ $(document).ready(function() { $.post($("#widgetform").attr("action"),variables,function() { $("#submit").attr("disabled",""); $("#submit").attr("value",""); - $("#widgetcontent").load("pg/view/?shell=no&username=username; ?>&context=&callback=true"); + $("#widgetcontent").load("pg/view/?shell=no&username=username; ?>&context=&callback=true"); }); return false; -- cgit v1.2.3