summaryrefslogtreecommitdiff
path: root/lookup_page_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-03-31 13:01:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-03-31 13:01:09 +0000
commitf2604138871f4393912375f086295133e7ad4446 (patch)
treefe2fac03a84df171caa98c42443b50c4a25f11e2 /lookup_page_inc.php
parent3b5e3da244c361c6d6a313d5da9d4ab12932578b (diff)
downloadwiki-f2604138871f4393912375f086295133e7ad4446.tar.gz
wiki-f2604138871f4393912375f086295133e7ad4446.tar.bz2
wiki-f2604138871f4393912375f086295133e7ad4446.zip
lots of content permissions work. tentatively added updateUserPermissions() to service load function.
Diffstat (limited to 'lookup_page_inc.php')
-rw-r--r--lookup_page_inc.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php
index f496459..66c3549 100644
--- a/lookup_page_inc.php
+++ b/lookup_page_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.18 2006/12/23 15:44:22 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.19 2007/03/31 13:01:09 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: lookup_page_inc.php,v 1.18 2006/12/23 15:44:22 squareing Exp $
+ * $Id: lookup_page_inc.php,v 1.19 2007/03/31 13:01:09 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -52,7 +52,8 @@
// Now that gContent is loaded, we can transparently update user
// permissions as set by the individual page permissions - if any are set
- $gContent->updateUserPermissions();
+ // this is now done using a liberty service - xing
+ //$gContent->updateUserPermissions();
// we weren't passed a structure, but maybe this page belongs to one. let's check...
if( empty( $gStructure ) ) {