summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authormonte.ohrt <monte.ohrt@localhost>2011-03-08 16:14:38 +0000
committermonte.ohrt <monte.ohrt@localhost>2011-03-08 16:14:38 +0000
commit3e0c5e06b12f4e5ec6d2a488a1d2a42f6d5c0ab8 (patch)
treef623bf463f2ecdb5909f6eeb67ea3ae88a951083 /change_log.txt
parent9d1b0abe5ccf98f35520f9b012994ff2e91bcbde (diff)
downloadsmarty-3e0c5e06b12f4e5ec6d2a488a1d2a42f6d5c0ab8.tar.gz
smarty-3e0c5e06b12f4e5ec6d2a488a1d2a42f6d5c0ab8.tar.bz2
smarty-3e0c5e06b12f4e5ec6d2a488a1d2a42f6d5c0ab8.zip
fixed config_load to only load defaults with no section defined
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 019811a8..a46a9d3a 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,6 @@
===== SVN trunk =====
+08/03/2011
+- bugfix loading config file without section should load only defaults
03/03/2011
- bugfix "smarty" template variable was not recreated when cached templated had expired
- bugfix internal rendered_content must be cleared after subtemplate was included