missed a usage.

This commit is contained in:
steve 2012-06-16 23:32:08 -06:00
parent 8c07014428
commit 919c8e1725

View File

@ -49,7 +49,7 @@ public class SQLitePlugin extends Plugin {
// TODO: Do we want to allow a user to do this, since they could get // TODO: Do we want to allow a user to do this, since they could get
// to other app databases? // to other app databases?
if (action.equals("setStorage")) { if (action.equals("setStorage")) {
this.setStorage(args.getString(0)); this.setStorage(args.getString(0), false);
} else if (action.equals("open")) { } else if (action.equals("open")) {
this.openDatabase(args.getString(0), "1", this.openDatabase(args.getString(0), "1",
"database", 5000000); "database", 5000000);