1
0

Fix missing perm checks for a "standard user" in MediaLibrary

We still have the issue that we have set authorID 0 as the standard authorid in ML. This prevents us being more strict than this.
We will have to re-think this, maybe...

References #385
This commit is contained in:
Ian
2016-02-03 15:47:04 +01:00
parent 3fe8959d00
commit 227d115d71
4 changed files with 17 additions and 12 deletions

View File

@ -1,6 +1,8 @@
Version 2.1 ()
------------------------------------------------------------------------
* Fix missing perm checks for "standard user" in MediaLibrary
* Fix show Dashboard entries by authors entries
* Fix show Dashboard comments by authors entries (#385)