1. HappyWebbie
  2. Bug Report
  3. Tuesday, May 24 2016, 08:43 AM
Hi,

When I am logged in as Super Admin in the backend, I seem to appear in the search results when searching for online users.
This is kind of strange, because I'm not logged in in the front end.

Is this a feature or a bug?

I am using EP search module.

Best regards,
Jeff
Accepted Answer
admin Accepted Answer
Admin
Hi,
Is this a feature or a bug?
Bug, thanks for report it, fix:
- open file /components/com_jsn/models/list.php
- at line 118 search this code
SELECT userid FROM #__session GROUP BY userid

- replace it with this:
SELECT userid FROM #__session WHERE client_id=0 GROUP BY userid


We will fix in next release ;)
  1. more than a month ago
  2. Bug Report
  3. # Permalink
HappyWebbie Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.