aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/share/share.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/share/share.php')
-rw-r--r--tests/lib/share/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index 785591829de..303790b4868 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -57,7 +57,7 @@ class Test_Share extends UnitTestCase {
}
public function tearDown() {
- $query = OC_DB::prepare('DELETE FROM *PREFIX*share WHERE item_type = ?');
+ $query = OC_DB::prepare('DELETE FROM `*PREFIX*share` WHERE `item_type` = ?');
$query->execute(array('test'));
}