Skip to content
Snippets Groups Projects
Commit fa893762 authored by Joas Schilling's avatar Joas Schilling
Browse files

Fix oracle by using less quotes

parent 75d552b2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment