nouveau module "models" dans l'environnement
[mtweb] / mw / app / data / mw_data.php
index 1a1c359..233fe50 100644 (file)
@@ -3,7 +3,7 @@
   class mw_data extends empty_class{
 
     function call_default($inst, $method_name, $arguments){
-      return $this->call_data_crud($method_name, $arguments);
+      return $this->call_data_auto_crud($method_name, $arguments);
     }
 
   }