fix elasticsearch setupcheck
[phorkie.git] / src / phorkie / SetupCheck.php
index 8c09519f8cf6fee0c9d4081a936ecde9d348c076..b205b87baa60a43631e0bd5281d85ccd873245fe 100644 (file)
@@ -74,7 +74,7 @@ class SetupCheck
 
     public function checkDatabase()
     {
-        if ($this->elasticsearch != '') {
+        if ($this->elasticsearch == '') {
             return;
         }