Explorar el Código

Merge pull request #498 from AngelFQC/BT9083

Remove the require statement to classes - refs BT#9083
Angel Fernando Quiroz Campos hace 10 años
padre
commit
9fef554e1e
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      plugin/createdrupaluser/config.php

+ 0 - 3
plugin/createdrupaluser/config.php

@@ -7,6 +7,3 @@
  */
 
 require_once api_get_path(SYS_PATH) . 'main/inc/global.inc.php';
-require_once api_get_path(LIBRARY_PATH) . 'plugin.class.php';
-require_once api_get_path(PLUGIN_PATH) . 'createdrupaluser/src/HookCreateDrupalUser.php';
-require_once api_get_path(PLUGIN_PATH) . 'createdrupaluser/src/CreateDrupalUser.php';