projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfa5b0
)
Shout: convert constructor to PHP5 syntax
author
Ben Klang
<ben@alkaloid.net>
Thu, 31 Dec 2009 21:50:08 +0000
(16:50 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Thu, 31 Dec 2009 21:57:44 +0000
(16:57 -0500)
shout/lib/Driver.php
patch
|
blob
|
history
diff --git
a/shout/lib/Driver.php
b/shout/lib/Driver.php
index
421afd3
..
acb9c41
100644
(file)
--- a/
shout/lib/Driver.php
+++ b/
shout/lib/Driver.php
@@
-24,7
+24,7
@@
class Shout_Driver {
*/
var $_params = array();
- function
Shout_Driver
($params = array())
+ function
__construct
($params = array())
{
$this->_params = $params;
}