Fixed and closed #455: meta-content is reset to defaults only on the first application start.
This commit is contained in:
parent
ceb228f937
commit
e04e02ed9c
7 changed files with 58 additions and 44 deletions
|
@ -142,6 +142,10 @@ namespace ScrewTurn.Wiki.Tests {
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool IsFirstApplicationStart() {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue