Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-09-09 17:18:57 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-09-11 16:24:11 +0400
commit463ad5a50d313ff57ce28ba13b63e64d5a37c8b7 (patch)
treedf8010ec0fde007dbe96cc9cab7e37957c278577 /lib/repair/innodb.php
parentec9517f98b22bcf3d0f79e99b018dca116fff9de (diff)
repair search lucene before installing
Diffstat (limited to 'lib/repair/innodb.php')
-rw-r--r--lib/repair/innodb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/repair/innodb.php b/lib/repair/innodb.php
index 6b795a749e9..0e13c30be95 100644
--- a/lib/repair/innodb.php
+++ b/lib/repair/innodb.php
@@ -23,7 +23,7 @@ class InnoDB extends BasicEmitter implements \OC\RepairStep {
public function run() {
$connection = \OC_DB::getConnection();
if (!$connection->getDatabasePlatform() instanceof MySqlPlatform) {
- $this->emit('\OC\Repair', 'info', array('Not a mysql database -> nothing to no'));
+ $this->emit('\OC\Repair', 'info', array('Not a mysql database -> nothing to do'));
return;
}