Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/Java/core/Server/src/org/litesoft/orsup/DB_Admin.java

Diff revisions: vs.
  @@ -43,8 +43,7 @@
43 43
44 44 ServerStores.clear();
45 45
46 - ContextID zContextID = new ContextID( "Admin", "Admin" );
47 - new ServerContext( zContextID, new SimpleMapServerSession() ).set();
46 + new RequestContext( new ContextID( "Admin", "Admin" ) ).set();
48 47 }
49 48
50 49 private String help( String pProblem ) {