Fix oracle by using less quotes

This commit is contained in:
Joas Schilling 2016-02-10 08:23:06 +01:00
parent 75d552b29e
commit fa893762a2
1 changed files with 1 additions and 1 deletions

View File

@ -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);