In the simple_acces.module, line 617 there's
<a href="$url">groups</a>
which should be:
<a href="%url">groups</a>
I didn't see other people reporting that
Regards, Mike
In the simple_acces.module, line 617 there's
<a href="$url">groups</a>
which should be:
<a href="%url">groups</a>
I didn't see other people reporting that
Regards, Mike
Comments
Comment #1
gordon commented