Skip to content

Commit

Permalink
Merge pull request #1821 from gillesbourgeat/fix/lang-form-default-be…
Browse files Browse the repository at this point in the history
…havior

Fix the value for constant ```AdminForm::LANG_DEFAULT_BEHAVIOR```
  • Loading branch information
bibich committed Dec 2, 2015
2 parents 1779189 + 2329ace commit 70accce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Thelia/Form/Definition/AdminForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ final class AdminForm

const LANG_UPDATE = 'thelia.lang.update';
const LANG_CREATE = 'thelia.lang.create';
const LANG_DEFAULT_BEHAVIOR = 'thelia.lang.default_BEHAVIOR';
const LANG_DEFAULT_BEHAVIOR = 'thelia.lang.defaultBehavior';
const LANG_URL = 'thelia.lang.url';

const CONFIG_STORE = 'thelia.configuration.store';
Expand Down

0 comments on commit 70accce

Please sign in to comment.