Skip to content

Commit

Permalink
Merge branch 'hotfix-1.4.0-with-session-db'
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Oct 21, 2020
2 parents 1ef2578 + 3ea7093 commit 12d2abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ implementation
const opt : ITaskOptions;
const longOpt : shortstring
) : boolean;
var routeMethods : TStringArray;
begin
result := opt.hasOption('skip-etc-hosts');
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ implementation
),

//run this task if session use db as storage, not yet supported
TNullTask.create()
//so just create as if --with-session is not set
buildBootstrapTask(textFileCreator, contentModifier)
),
//run this task when --with-session parameter is not set
buildBootstrapTask(textFileCreator, contentModifier)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface

(*!--------------------------------------
* Task that add session support to project creation
* based on session storage type, i.e, file, cookie or db
*---------------------------------------------
* @author Zamrony P. Juhara <zamronypj@yahoo.com>
*---------------------------------------*)
Expand Down

0 comments on commit 12d2abe

Please sign in to comment.