diff options
Diffstat (limited to 'lib/connect.php')
-rw-r--r-- | lib/connect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.php b/lib/connect.php index c02b999ffc2..22e48750a62 100644 --- a/lib/connect.php +++ b/lib/connect.php @@ -25,7 +25,7 @@ * Class for connecting multiply ownCloud installations * */ -class OC_CONNECT{ +class OC_Connect{ static private $clouds=array(); static function connect($path,$user,$password){ |