Uniform whitespace
This commit is contained in:
parent
589e54ae32
commit
c26a0549c1
4 changed files with 511 additions and 511 deletions
|
|
@ -121,15 +121,15 @@ class WebhookExtension extends Minz_Extension {
|
||||||
"search_in_feed" => Minz_Request::paramString("search_in_feed"),
|
"search_in_feed" => Minz_Request::paramString("search_in_feed"),
|
||||||
"search_in_authors" => Minz_Request::paramString("search_in_authors"),
|
"search_in_authors" => Minz_Request::paramString("search_in_authors"),
|
||||||
"search_in_content" => Minz_Request::paramString("search_in_content"),
|
"search_in_content" => Minz_Request::paramString("search_in_content"),
|
||||||
"mark_as_read" => (bool) Minz_Request::paramString("mark_as_read"),
|
"mark_as_read" => Minz_Request::paramBoolean("mark_as_read"),
|
||||||
"ignore_updated" => (bool) Minz_Request::paramString("ignore_updated"),
|
"ignore_updated" => Minz_Request::paramBoolean("ignore_updated"),
|
||||||
|
|
||||||
"webhook_url" => Minz_Request::paramString("webhook_url"),
|
"webhook_url" => Minz_Request::paramString("webhook_url"),
|
||||||
"webhook_method" => Minz_Request::paramString("webhook_method"),
|
"webhook_method" => Minz_Request::paramString("webhook_method"),
|
||||||
"webhook_headers" => array_filter(Minz_Request::paramTextToArray("webhook_headers")),
|
"webhook_headers" => array_filter(Minz_Request::paramTextToArray("webhook_headers")),
|
||||||
"webhook_body" => html_entity_decode(Minz_Request::paramString("webhook_body")),
|
"webhook_body" => html_entity_decode(Minz_Request::paramString("webhook_body")),
|
||||||
"webhook_body_type" => Minz_Request::paramString("webhook_body_type"),
|
"webhook_body_type" => Minz_Request::paramString("webhook_body_type"),
|
||||||
"enable_logging" => (bool) Minz_Request::paramString("enable_logging"),
|
"enable_logging" => Minz_Request::paramBoolean("enable_logging"),
|
||||||
];
|
];
|
||||||
$this->setSystemConfiguration($conf);
|
$this->setSystemConfiguration($conf);
|
||||||
$logsEnabled = $conf["enable_logging"];
|
$logsEnabled = $conf["enable_logging"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue