diff options
Diffstat (limited to 'modules/plugins/OpenStrands.plugin.php')
-rw-r--r-- | modules/plugins/OpenStrands.plugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/plugins/OpenStrands.plugin.php b/modules/plugins/OpenStrands.plugin.php index 1a7b1b78..f57529b9 100644 --- a/modules/plugins/OpenStrands.plugin.php +++ b/modules/plugins/OpenStrands.plugin.php @@ -45,8 +45,8 @@ class AmpacheOpenStrands { */ public function install() { - Preference::insert('mystrands_user','MyStrands Login',' ','25','string','options'); - Preference::insert('mystrands_pass','MyStrands Password',' ','25','string','options'); + Preference::insert('mystrands_user','MyStrands Login',' ','25','string','plugins'); + Preference::insert('mystrands_pass','MyStrands Password',' ','25','string','plugins'); } // install |