File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 252252foreach ($ this ->get ('group_membership ' ) as $ group ) {
253253$ grouplist [] = '<a href=" ' .rrurl ('/groups/ ' .urlencode ($ group ->name )).'" class="group"> ' .hesc ($ group ->name ).'</a> ' ;
254254}
255- $ grouplisttext = english_list ($ grouplist ).' group ' .(count ($ this ->get ('group_membership ' ) == 1 ) ? '' : 's ' );
255+ $ grouplisttext = english_list ($ grouplist ).' group ' .(count ($ this ->get ('group_membership ' )) == 1 ? '' : 's ' );
256256?>
257257<?php out ($ grouplisttext , ESC_NONE )?> , the following access rules automatically apply to it:
258258</p>
437437foreach ($ this ->get ('group_membership ' ) as $ group ) {
438438$ grouplist [] = '<a href=" ' .rrurl ('/groups/ ' .urlencode ($ group ->name )).'" class="group"> ' .hesc ($ group ->name ).'</a> ' ;
439439}
440- $ grouplisttext = english_list ($ grouplist ).' group ' .(count ($ this ->get ('group_membership ' ) == 1 ) ? '' : 's ' );
440+ $ grouplisttext = english_list ($ grouplist ).' group ' .(count ($ this ->get ('group_membership ' )) == 1 ? '' : 's ' );
441441?>
442442<?php out ($ grouplisttext , ESC_NONE )?> , the following outbound access rules automatically apply to it:
443443</p>
You can’t perform that action at this time.
0 commit comments