1
0

Fix wrong usage of serendipity_smarty_init() when being used multiple times

This commit is contained in:
Garvin Hicking
2006-08-11 12:24:32 +00:00
parent d55733636a
commit 529dca90d4
2 changed files with 77 additions and 73 deletions

View File

@ -3,6 +3,10 @@
Version 1.1-alpha7()
------------------------------------------------------------------------
* Fix multiple loading of $serendipity['smarty'] theme options when
calling serendipity_smarty_init() more than once. Many thanks to
Sven Ediger for reporting this. (garvinhicking)
* Properly sort media directories (garvinhicking)
* Better use of "return by references" in some vital areas.