change protocol for git submodule

This commit is contained in:
Manuel Raynaud
2013-02-19 14:27:25 +01:00
parent 6f08dbcd28
commit f460196ba8
3 changed files with 2 additions and 9 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "core/lib/Thelia/Tpex"]
path = core/lib/Thelia/Tpex
url = git@github.com:thelia/Tpex.git
url = https://github.com/thelia/Tpex.git

View File

@@ -166,11 +166,4 @@ class Parser implements ParserInterface
return $content;
}
protected function parseInclude($content)
{
}
}