summaryrefslogtreecommitdiff
path: root/bridges/WikiLeaksBridge.php
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2019-09-24 22:52:22 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2019-09-25 00:04:31 +0200
commitfbd207641ac75d53aea9ab4ab5cc4a4ea2635464 (patch)
tree87a1b93645b6e1676dae33f32eb08825abc83e2c /bridges/WikiLeaksBridge.php
parent438dc893cb6a486748507ac5bcd46296db7b5c79 (diff)
New upstream version 2019-09-12
Diffstat (limited to 'bridges/WikiLeaksBridge.php')
-rw-r--r--bridges/WikiLeaksBridge.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/WikiLeaksBridge.php b/bridges/WikiLeaksBridge.php
index c5b9bb6..363cf0c 100644
--- a/bridges/WikiLeaksBridge.php
+++ b/bridges/WikiLeaksBridge.php
@@ -9,7 +9,6 @@ class WikiLeaksBridge extends BridgeAbstract {
'category' => array(
'name' => 'Category',
'type' => 'list',
- 'required' => true,
'title' => 'Select your category',
'values' => array(
'News' => '-News-',
@@ -28,7 +27,6 @@ class WikiLeaksBridge extends BridgeAbstract {
'teaser' => array(
'name' => 'Show teaser',
'type' => 'checkbox',
- 'required' => false,
'title' => 'If checked feeds will display the teaser',
'defaultValue' => true
)