projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f650a35
)
No longer support HTTP Basic
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 1 Jul 2010 16:58:21 +0000
(12:58 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 1 Jul 2010 16:58:21 +0000
(12:58 -0400)
horde/lib/Block/twitter_timeline.php
patch
|
blob
|
history
diff --git
a/horde/lib/Block/twitter_timeline.php
b/horde/lib/Block/twitter_timeline.php
index
2a9064f
..
7f0e52d
100644
(file)
--- a/
horde/lib/Block/twitter_timeline.php
+++ b/
horde/lib/Block/twitter_timeline.php
@@
-87,24
+87,7
@@
class Horde_Block_Horde_twitter_timeline extends Horde_Block
*/
function _params()
{
- if (empty($GLOBALS['conf']['twitter']['key']) &&
- empty($GLOBALS['conf']['twitter']['secret'])) {
-
- return array(
- 'username' => array(
- 'type' => 'text',
- 'name' => _("Twitter Username"),
- 'required' => true,
- ),
- 'password' => array(
- 'type' => 'password',
- 'name' => _("Twitter Password"),
- 'required' => true,
- )
- );
- } else {
- return null;
- }
+ return null;
}
/**