upport
This commit is contained in:
parent
3d7765f066
commit
d36fca5a1e
@ -19,7 +19,12 @@ Version 2.0 ()
|
||||
* Use Smarty for backend display output
|
||||
|
||||
|
||||
Version 1.7.6 ()
|
||||
Version 1.7.7 (February 6th, 2014)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fixed PHP parse error in templatechooser plugin. Blame garvin. :(
|
||||
|
||||
Version 1.7.6 (February 6th, 2014)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fixed backend security issues, thanks to Stefan Schurtz:
|
||||
|
@ -57,7 +57,7 @@ class serendipity_event_templatechooser extends serendipity_event
|
||||
// template configuration options do not exist. Guess nobody understands
|
||||
// this explanation anyways, and who reads this stuff, heh?
|
||||
if ($_SESSION['serendipityUseTemplate'] == $eventData['template']) {
|
||||
unset($_SESSION['serendipityUseTemplate'];
|
||||
unset($_SESSION['serendipityUseTemplate']);
|
||||
}
|
||||
|
||||
if (isset($_SESSION['serendipityUseTemplate']) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user