summaryrefslogtreecommitdiff
path: root/content_permissions_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-07 12:01:10 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-07 12:01:10 +0000
commit00601c2ca708f45f1e491f2214b5c57dcaa8ecc5 (patch)
tree9d7a9afef046e28aadded22767f3e39d66962f15 /content_permissions_inc.php
parentfaf102c8576ebc2c2af8cb90eac82494764df8c2 (diff)
downloadliberty-00601c2ca708f45f1e491f2214b5c57dcaa8ecc5.tar.gz
liberty-00601c2ca708f45f1e491f2214b5c57dcaa8ecc5.tar.bz2
liberty-00601c2ca708f45f1e491f2214b5c57dcaa8ecc5.zip
make content permissions sortable
Diffstat (limited to 'content_permissions_inc.php')
-rw-r--r--content_permissions_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_permissions_inc.php b/content_permissions_inc.php
index 90129cf..b22d2ee 100644
--- a/content_permissions_inc.php
+++ b/content_permissions_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @package liberty
* @subpackage functions
*/
@@ -45,7 +45,7 @@ if( !empty( $_REQUEST["group_id"] ) && !empty( $gContent->mContentId ) && !empty
}
// Now we have to get the individual object permissions if any
-$assignedPerms = $gContent->loadAllObjectPermissions();
+$assignedPerms = $gContent->loadAllObjectPermissions( $_REQUEST );
$gBitSmarty->assign( 'assignedPerms', $assignedPerms );
// Get a list of groups