cvs: smarty / ChangeLog
[email protected] (changelog) Sat, 12 May 2007 01:31:30 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1178933490@cvsserver> |
changelog Sat May 12 01:31:30 2007 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.467&r2=1.468&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.467 smarty/ChangeLog:1.468
--- smarty/ChangeLog:1.467 Fri May 4 01:31:18 2007
+++ smarty/ChangeLog Sat May 12 01:31:30 2007
@@ -1,3 +1,10 @@
+2007-05-11 Messju Mohr <[email protected]>
+
+ * NEWS
+ libs/Smarty_Compiler.class.php:
+ fixed calling registered objects' methods with an empty argument list.
+ thanks marcello
+
2007-05-03 TAKAGI Masahiro <[email protected]>
* docs/ja/designers/language-variables.xml
@@ -4992,7 +4999,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.467 2007/05/04 01:31:18 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.468 2007/05/12 01:31:30 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>