diff --git a/.gitmodules b/.gitmodules index f37ce1e..f53f5f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "includes/kohana"] path = includes/kohana url = ssh://deon@l.dlcm.co:222/afs/local/git/lnkohana -[submodule "modules/lnApp"] - path = modules/lnApp +[submodule "modules/lnapp"] + path = modules/lnapp url = ssh://deon@l.dlcm.co:222/afs/local/git/lnapp diff --git a/application/bootstrap.php b/application/bootstrap.php index 790a59e..7bb3dfb 100644 --- a/application/bootstrap.php +++ b/application/bootstrap.php @@ -117,7 +117,7 @@ Kohana::$config->attach(new Config_File); * Enable modules. Modules are referenced by a relative or absolute path. */ Kohana::modules(array( - 'lnapp' => MODPATH.'lnApp', // lnApp Base Application Tools + 'lnapp' => MODPATH.'lnapp', // lnApp Base Application Tools // 'oauth' => MODPATH.'oauth', // OAuth Module for External Authentication // 'auth' => SMDPATH.'auth', // Basic authentication // 'cache' => SMDPATH.'cache', // Caching with multiple backends diff --git a/modules/lnApp b/modules/lnApp deleted file mode 160000 index 848da15..0000000 --- a/modules/lnApp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 848da1587213d74ae1fafd24361da4abed82ba60 diff --git a/modules/lnapp b/modules/lnapp new file mode 160000 index 0000000..e6bc2de --- /dev/null +++ b/modules/lnapp @@ -0,0 +1 @@ +Subproject commit e6bc2de66ab85d5fd9e6de01c118e07a911f9921