Fixed type
This commit is contained in:
parent
3fd3a65fd9
commit
a681b09c78
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ Story.prototype.editableby_macro = function(param) {
|
|||
}
|
||||
} else {
|
||||
switch (this.status) {
|
||||
case Stoy.PUBLIC:
|
||||
case Story.PUBLIC:
|
||||
res.write(gettext("Content managers of {0}", path.site.title));
|
||||
break;
|
||||
case Story.SHARED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue