This needs to be protected, not private
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 9 Jan 2009 16:37:20 +0000 (11:37 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 9 Jan 2009 16:37:42 +0000 (11:37 -0500)
framework/Service_Vimeo/lib/Horde/Service/Vimeo.php

index d650e0e..5fa60d6 100644 (file)
@@ -93,7 +93,7 @@ class Horde_Service_Vimeo {
      *
      * @return Horde_Service_Vimeo object
      */
-    private function __construct($http_client, $params)
+    protected function __construct($http_client, $params)
     {
         $this->_http_client = $http_client;