aboutsummaryrefslogtreecommitdiffstats
path: root/addon/randplace
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-05 13:10:47 -0800
committerFriendika <info@friendika.com>2011-01-05 13:10:47 -0800
commit95ec0767d88efa7d8290db875b1c0f72542d9b68 (patch)
treea04c34f91904f83a8fdc6cad7af5eddf1a766092 /addon/randplace
parentb358e8afe21443a8f7e14573953a9780ba1d592d (diff)
downloadvolse-hubzilla-95ec0767d88efa7d8290db875b1c0f72542d9b68.tar.gz
volse-hubzilla-95ec0767d88efa7d8290db875b1c0f72542d9b68.tar.bz2
volse-hubzilla-95ec0767d88efa7d8290db875b1c0f72542d9b68.zip
plugin settings were getting changed
Diffstat (limited to 'addon/randplace')
-rw-r--r--addon/randplace/randplace.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php
index 2f0ff038b..d7ea65c9d 100644
--- a/addon/randplace/randplace.php
+++ b/addon/randplace/randplace.php
@@ -43,7 +43,7 @@ function randplace_install() {
*/
register_hook('plugin_settings', 'addon/randplace/randplace.php', 'randplace_settings');
- register_hook('settings_post', 'addon/randplace/randplace.php', 'randplace_settings_post');
+ register_hook('plugin_settings_post', 'addon/randplace/randplace.php', 'randplace_settings_post');
logger("installed randplace");
}
@@ -61,7 +61,7 @@ function randplace_uninstall() {
unregister_hook('post_local', 'addon/randplace/randplace.php', 'randplace_post_hook');
unregister_hook('plugin_settings', 'addon/randplace/randplace.php', 'randplace_settings');
- unregister_hook('settings_post', 'addon/randplace/randplace.php', 'randplace_settings_post');
+ unregister_hook('plugin_settings_post', 'addon/randplace/randplace.php', 'randplace_settings_post');
logger("removed randplace");