Jelajahi Sumber

Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

Julio Montoya 6 tahun lalu
induk
melakukan
4cd637c3a6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      plugin/sepe/src/sepe_plugin.class.php

+ 1 - 1
plugin/sepe/src/sepe_plugin.class.php

@@ -80,7 +80,7 @@ class SepePlugin extends Plugin
         $sm = $cn->getSchemaManager();
         $tables = $sm->tablesExist($tablesToBeCompared);
 
-        if ($tables) {
+        if (empty($tables)) {
             return false;
         }