diff options
author | blizzz <blizzz@owncloud.com> | 2014-12-19 18:52:30 +0100 |
---|---|---|
committer | blizzz <blizzz@owncloud.com> | 2014-12-19 18:52:30 +0100 |
commit | ad6814f9207ac50ad9e3e6f157ec9746c81392e9 (patch) | |
tree | 8d896fbde817ce51106eaa525c9d68b6dead3416 /lib | |
parent | f671b232cc122cdb8e993c8b35bd5419b32a9ae4 (diff) | |
parent | ec0f80fee927ca572671ac7c733b960fb027e91f (diff) | |
download | nextcloud-server-ad6814f9207ac50ad9e3e6f157ec9746c81392e9.tar.gz nextcloud-server-ad6814f9207ac50ad9e3e6f157ec9746c81392e9.zip |
Merge pull request #12101 from owncloud/ldap_split_mapping
Ldap split mapping from Access superclass
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/db/connection.php | 1 | ||||
-rw-r--r-- | lib/public/idbconnection.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/db/connection.php b/lib/private/db/connection.php index 9de7a719ff5..d10adee558c 100644 --- a/lib/private/db/connection.php +++ b/lib/private/db/connection.php @@ -142,6 +142,7 @@ class Connection extends \Doctrine\DBAL\Connection implements IDBConnection { * Insert a row if a matching row doesn't exists. * @param string $table. The table to insert into in the form '*PREFIX*tableName' * @param array $input. An array of fieldname/value pairs + * @throws \OC\HintException * @return bool The return value from execute() */ public function insertIfNotExist($table, $input) { diff --git a/lib/public/idbconnection.php b/lib/public/idbconnection.php index 32310fe755f..0d19b2cc71e 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -80,6 +80,7 @@ interface IDBConnection { * Insert a row if a matching row doesn't exists. * @param string $table The table name (will replace *PREFIX*) to perform the replace on. * @param array $input + * @throws \OC\HintException * * The input array if in the form: * |