* New command 'WIKI history|<pagename>' to list the revision history for a wiki page.
[citadel.git] / webcit / roomops.c
index 99806edb1cb30617801efac01f8616414f9cfd10..456b19ce657c104fcc68a0f178bc8bdb0185a6a8 100644 (file)
@@ -44,7 +44,7 @@ int is_view_allowed_as_default(int which_view)
                case VIEW_CALENDAR:     return(1);
                case VIEW_TASKS:        return(1);
                case VIEW_NOTES:        return(1);
-               case VIEW_WIKI:         return(0);      /* because it isn't finished yet */
+               case VIEW_WIKI:         return(1);
                case VIEW_CALBRIEF:     return(0);
                case VIEW_JOURNAL:      return(0);
                default:                return(0);      /* should never get here */