Changeset 1284

Show
Ignore:
Timestamp:
11/09/07 13:36:14 (1 year ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> fix #132, undefined variable in groups_actions.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/groups/lib/groups_actions.php

    r1251 r1284  
    2828            } 
    2929            foreach($data['access'] as $key => $accessarray) { 
    30                 if ($accessarray[1] == "group" . $groupid) { 
    31                     $data['access'][$key] = array(stripslashes($g->name),"group" . $groupid); 
     30                if ($accessarray[1] == "group" . $g->ident) { 
     31                    $data['access'][$key] = array(stripslashes($g->name),"group" . $g->ident); 
    3232                } 
    3333            } 
     
    8989             
    9090 
    91 ?>