warning install si SGBD != Mysql mw_actions_logs.0.3
authordj3c1t <dj3c1t@free.fr>
Sun, 26 May 2013 15:11:27 +0000 (17:11 +0200)
committerdj3c1t <dj3c1t@free.fr>
Sun, 26 May 2013 15:11:27 +0000 (17:11 +0200)
mw_actions_logs.php

index a5496fb..63aa566 100644 (file)
@@ -26,6 +26,7 @@
     }
 
     function install($env){
+      if($env->bdd("sgbd") != "mysql") return "ce plugin necessite le stockage de donnĂ©es Mysql";
       $data = $env->data();
       $sgbd = $data->sgbd();
       try{