[SVN 4509] Wrong notification display
-
Hi, when I create a group I have this notification :
But the group is created
-
This should be fixed. The not caller (!$Group->save()) was actually being called as: ($Group->save()) instead. This should be fixed now.
-
@Tom-Elliott said:
This should be fixed. The not caller (!$Group->save()) was actually being called as: ($Group->save()) instead. This should be fixed now.
OK Thx
-
@ch3i Good eye.