From ab63e380109f1139062400d8e9f3c6b52e763f7d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 12 Jun 2007 15:41:12 +0000 Subject: [PATCH] fixed now working wiki after update from 1.0.0 --- phpgwapi/setup/tables_update.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 1f6ccaa7d5..96df7aa630 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -983,6 +983,8 @@ // adding the old name, as the rename might have not been done (api upgrades run befor app ones) array('phpgw_wiki_pages','wiki_readable',true), array('phpgw_wiki_pages','wiki_writable',true), + array('phpgw_wiki_pages','readable',true), + array('phpgw_wiki_pages','writable',true), array('egw_vfs','vfs_owner_id'), array('egw_vfs','vfs_createdby_id'), ) as $data)