diff options
| author | jvoisin | 2017-10-11 11:40:02 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-11 11:40:02 +0200 |
| commit | e44b3b6b6ab1af61f9abc210546700e30aeff19c (patch) | |
| tree | 408b7b079fc719ba686673e88daca939e0573565 /src/tests/config/config_disabled_functions_right_hash.ini | |
| parent | 0e9086030f36f13a4007ae9e111fdcfbc40edbb1 (diff) | |
s/disable_functions/disable_function/g
This should close #36 and #30
Diffstat (limited to 'src/tests/config/config_disabled_functions_right_hash.ini')
| -rw-r--r-- | src/tests/config/config_disabled_functions_right_hash.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/config/config_disabled_functions_right_hash.ini b/src/tests/config/config_disabled_functions_right_hash.ini index fab68fa..4e9b88c 100644 --- a/src/tests/config/config_disabled_functions_right_hash.ini +++ b/src/tests/config/config_disabled_functions_right_hash.ini | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | sp.disable_functions.function("system").hash("1337c3ad8cf096272cd0e78768af3b11325f498de5c2c36f40adc43643af378a").allow(); | 1 | sp.disable_function.function("system").hash("1337c3ad8cf096272cd0e78768af3b11325f498de5c2c36f40adc43643af378a").allow(); |
| 2 | sp.disable_functions.function("system").hash("d259c3ad8cf096272cd0e78768af3b11325f498de5c2c36f40adc43643af378a").allow(); | 2 | sp.disable_function.function("system").hash("d259c3ad8cf096272cd0e78768af3b11325f498de5c2c36f40adc43643af378a").allow(); |
| 3 | sp.disable_functions.function("system").drop(); \ No newline at end of file | 3 | sp.disable_function.function("system").drop(); \ No newline at end of file |
