Show
Ignore:
Timestamp:
09/06/08 21:46:19 (4 months ago)
Author:
bjohnson
Message:

schema06: Fixing a bunch of syntax errors in recent commits. Habari
successfully installs now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/schema06/system/classes/usergroup.php

    r2445 r2451  
    235235    { 
    236236        $permissions = Utils::single_array( $permissions ); 
     237        $permissions = array_map(array('ACL', 'token_id'), $permissions); 
    237238        // Remove permissions from the granted list 
    238239        $this->permissions = array_diff_key( $this->permissions, $permissions );