Bugfix: typo in CCMResourceManager
git-svn-id: https://svn.libreccm.org/ccm/trunk@155 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
7d1f598d2c
commit
ad1645c83f
|
|
@ -201,7 +201,7 @@ public final class CCMResourceManager {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// presumably old style, add path to standard context name
|
// presumably old style, add path to standard context name
|
||||||
home += "/webapps/ROOT)";
|
home += "/webapps/ROOT";
|
||||||
}
|
}
|
||||||
|
|
||||||
File file = new File(home);
|
File file = new File(home);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue