aboutsummaryrefslogtreecommitdiff
path: root/actions/widgets/save.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/widgets/save.php')
-rw-r--r--actions/widgets/save.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/widgets/save.php b/actions/widgets/save.php
index ca8a4dd9f..673767939 100644
--- a/actions/widgets/save.php
+++ b/actions/widgets/save.php
@@ -2,19 +2,19 @@
/**
* Elgg widget save action
*
- * @package Elgg
- * @subpackage Core
+ * @package Elgg.Core
+ * @subpackage Widgets.Management
*/
$guid = get_input('guid');
$params = $_REQUEST['params'];
$pageurl = get_input('pageurl');
-$noforward = get_input('noforward',false);
+$noforward = get_input('noforward', false);
$result = false;
if (!empty($guid)) {
- $result = save_widget_info($guid,$params);
+ $result = save_widget_info($guid, $params);
}
if ($noforward) {