another PHP5 related fix
This commit is contained in:
parent
0ac4c8800d
commit
579d94d031
|
@ -625,6 +625,7 @@ class posixAccount extends baseModule {
|
||||||
/* Write variables into object and do some regexp checks
|
/* Write variables into object and do some regexp checks
|
||||||
*/
|
*/
|
||||||
function process_attributes(&$post) {
|
function process_attributes(&$post) {
|
||||||
|
$triggered_messages = array();
|
||||||
$groups = $_SESSION['cache']->findgroups(); // list of all groupnames
|
$groups = $_SESSION['cache']->findgroups(); // list of all groupnames
|
||||||
if (count($groups)==0) {
|
if (count($groups)==0) {
|
||||||
return array("ERROR", _('No Unix groups found in LDAP! Please create one first.'), '');
|
return array("ERROR", _('No Unix groups found in LDAP! Please create one first.'), '');
|
||||||
|
|
Loading…
Reference in New Issue