diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-11-22 15:53:56 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-11-22 15:53:56 +0100 |
commit | 9adff4f7f52df660ec066b896161e46abe7a9d5a (patch) | |
tree | ae734758115c7436fdc3db1c6a81fc3763e21cc0 /lib/private/db.php | |
parent | 60cfdae50399c362edee204cb6849db8203a63b0 (diff) | |
download | nextcloud-server-9adff4f7f52df660ec066b896161e46abe7a9d5a.tar.gz nextcloud-server-9adff4f7f52df660ec066b896161e46abe7a9d5a.zip |
Change OC_Migrate from MDB2 to Doctrine
Diffstat (limited to 'lib/private/db.php')
-rw-r--r-- | lib/private/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/db.php b/lib/private/db.php index 1e5d12649df..237925a5921 100644 --- a/lib/private/db.php +++ b/lib/private/db.php @@ -44,7 +44,7 @@ class OC_DB { /** * @var \OC\DB\Connection $connection */ - static private $connection; //the prefered connection to use, only Doctrine + static private $connection; //the preferred connection to use, only Doctrine static private $prefix=null; static private $type=null; |