Skip to content

Commit

Permalink
Supply correct creation date initarg in load(<wiki-page>)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Jul 17, 2011
1 parent 8e34715 commit deb40a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dylan/git-storage.dylan
Expand Up @@ -158,7 +158,7 @@ define method load
let source = git-load-blob(storage, source-path, hash);
let (owner, acls) = git-parse-acls(acls, title);
make(<wiki-page>,
creation-date: creation-date,
creation-date: change.change-date,
name: title,
source: source,
parsed-source: parse-wiki-markup(source, title),
Expand Down

0 comments on commit deb40a6

Please sign in to comment.