1
0

fix templatechooser to not apply theme in backend

Conflicts:
	docs/NEWS
	index.php
This commit is contained in:
Garvin Hicking
2015-04-01 11:53:58 +02:00
parent c786d457a7
commit 8112c39485
2 changed files with 8 additions and 2 deletions

View File

@ -61,6 +61,8 @@ Version 2.0.2 ()
* Fix Issue #321, negative offset for LIMIT SQL statements when
using stable archive sorting and plugins like history.
* Templatechooser will not apply theme in backend admin.
* Use "secure" flag for (session) cookies sent over SSL, thanks to
dayton967