Shout: convert constructor to PHP5 syntax
authorBen Klang <ben@alkaloid.net>
Thu, 31 Dec 2009 21:50:08 +0000 (16:50 -0500)
committerBen Klang <ben@alkaloid.net>
Thu, 31 Dec 2009 21:57:44 +0000 (16:57 -0500)
shout/lib/Driver.php

index 421afd3..acb9c41 100644 (file)
@@ -24,7 +24,7 @@ class Shout_Driver {
      */
     var $_params = array();
 
-    function Shout_Driver($params = array())
+    function __construct($params = array())
     {
         $this->_params = $params;
     }