소스 검색

Merge pull request #2729 from nosolored/1.11.x_sepe0001

Corrección al tener el plugin SEPE activo y habilitar otros plugins
Julio Montoya 6 년 전
부모
커밋
306afd681c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
         }