Fix oracle by using less quotes
This commit is contained in:
parent
75d552b29e
commit
fa893762a2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Server2Server {
|
|||
|
||||
try {
|
||||
$externalManager->addShare($remote, $token, '', $name, $owner, false, $shareWith, $remoteId);
|
||||
$shareId = \OC::$server->getDatabaseConnection()->lastInsertId('`*PREFIX*share_external`');
|
||||
$shareId = \OC::$server->getDatabaseConnection()->lastInsertId('*PREFIX*share_external');
|
||||
|
||||
$user = $owner . '@' . $this->cleanupRemote($remote);
|
||||
|
||||
|
|
Loading…
Reference in a new issue