From 53a62982b8c537f679b4d699c993dc655915d82d Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 21 Feb 2014 12:18:32 +1300 Subject: During tests, we shall load plugins that are in the .gitmodule file (official plugins found in marketplace), as well as loading those that are in the global.ini.php (official plugins bundled in piwik). --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fcb5bf9c8e..26ff2ad741 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,8 +25,8 @@ [submodule "plugins/TasksTimetable"] path = plugins/TasksTimetable url = https://github.com/piwik/plugin-TasksTimetable.git - branch = master + branch = master [submodule "plugins/LoginHttpAuth"] path = plugins/LoginHttpAuth url = https://github.com/piwik/plugin-LoginHttpAuth.git - branch = master + branch = master -- cgit v1.2.3