From 6665c860a6554e29002f454ddefc8faf515620ab Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 31 Dec 2009 16:50:08 -0500 Subject: [PATCH] Shout: convert constructor to PHP5 syntax --- shout/lib/Driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shout/lib/Driver.php b/shout/lib/Driver.php index 421afd3e2..acb9c41e5 100644 --- 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; } -- 2.11.0