]> git.agnieray.net Git - galette.git/commitdiff
Do not store form url saving prefs; fixes #1027
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 30 Apr 2017 08:21:35 +0000 (10:21 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 18 May 2017 05:34:53 +0000 (07:34 +0200)
galette/lib/Galette/Core/Preferences.php

index 6561cca5dcf2939ac5586d9c6e0709f0d75539c8..b72f8b7d6664075d7c9663a06973e2dd56b86224 100644 (file)
@@ -344,7 +344,7 @@ class Preferences
 
                 $value = $this->prefs[$k];
                 //do not store pdf_adhesion_form, it's designed to be overriden by plugin
-                if ($k === 'pref_adhesion_form') {
+                if ($k === 'pref_adhesion_form_url') {
                     $value = $v;
                 }