projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5effa
)
Fix signature.
author
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 16:29:25 +0000
(17:29 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 16:29:25 +0000
(17:29 +0100)
framework/Ui/lib/Horde/Ui/Widget.php
patch
|
blob
|
history
diff --git
a/framework/Ui/lib/Horde/Ui/Widget.php
b/framework/Ui/lib/Horde/Ui/Widget.php
index
1f7c10a
..
ed6739e
100644
(file)
--- a/
framework/Ui/lib/Horde/Ui/Widget.php
+++ b/
framework/Ui/lib/Horde/Ui/Widget.php
@@
-110,7
+110,7
@@
abstract class Horde_Ui_Widget
*
* @param mixed $data The widget's state data.
*/
- abstract public function render($data);
+ abstract public function render($data
= null
);
/**
* TODO