aboutsummaryrefslogtreecommitdiff
path: root/actions/plugins/settings
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-19 17:46:50 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-19 17:46:50 +0000
commitaae8d757e4fd68c832ad7fbc45879eb96c9672ff (patch)
tree506beecae7adb48b9f5f77b37ba5708d0954cf24 /actions/plugins/settings
parentbc962af8cc5631e1b1a3d6c79ffc1ca3696a4736 (diff)
downloadelgg-aae8d757e4fd68c832ad7fbc45879eb96c9672ff.tar.gz
elgg-aae8d757e4fd68c832ad7fbc45879eb96c9672ff.tar.bz2
Closes #697: Events triggered when plugin settings are updated.
git-svn-id: https://code.elgg.org/elgg/trunk@2580 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/plugins/settings')
-rw-r--r--actions/plugins/settings/save.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/plugins/settings/save.php b/actions/plugins/settings/save.php
index e21bc1122..f503c9e9f 100644
--- a/actions/plugins/settings/save.php
+++ b/actions/plugins/settings/save.php
@@ -35,7 +35,7 @@
}
// An event to tell any interested plugins of the change is settings
- trigger_elgg_event('plugin_settings_save', $plugin, find_plugin_settings($plugin));
+ //trigger_elgg_event('plugin_settings_save', $plugin, find_plugin_settings($plugin)); // replaced by plugin:setting event
system_message(sprintf(elgg_echo('plugins:settings:save:ok'), $plugin));
forward($_SERVER['HTTP_REFERER']);