diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-07 12:01:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-07 12:01:10 +0000 |
| commit | 00601c2ca708f45f1e491f2214b5c57dcaa8ecc5 (patch) | |
| tree | 9d7a9afef046e28aadded22767f3e39d66962f15 /content_permissions_inc.php | |
| parent | faf102c8576ebc2c2af8cb90eac82494764df8c2 (diff) | |
| download | liberty-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.php | 4 |
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 |
