Fixed type

This commit is contained in:
Tobi Schäfer 2008-05-09 20:39:28 +00:00
parent 3fd3a65fd9
commit a681b09c78

View file

@ -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: