Fix GSA meta prefix
This commit is contained in:
parent
b9e6228f1c
commit
20f980afee
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class GsaApiManager extends BaseApiManager implements WebApiManager {
|
|||
|
||||
protected String gsaPathPrefix = "/gsa";
|
||||
|
||||
public String gsaMetaPrefix = "_MT_";
|
||||
public String gsaMetaPrefix = "MT_";
|
||||
|
||||
private static final String GSA_META_SUFFIX = "_s";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue