diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-23 22:39:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-23 22:39:24 +0000 |
commit | 9d108b4071b7832bc5ae763dce1d56065d8b18a5 (patch) | |
tree | f83493d63d2050a3d3bacc5a4334adbb2c808cf1 | |
parent | c5ea4026c49314a736cc460b05d0a90a28a2307e (diff) | |
download | brdo-9d108b4071b7832bc5ae763dce1d56065d8b18a5.tar.gz brdo-9d108b4071b7832bc5ae763dce1d56065d8b18a5.tar.bz2 |
- removed warning in theme unconed when using 4.0.4
-rw-r--r-- | themes/unconed/unconed.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 517c56394..35ec176fb 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -106,7 +106,7 @@ <? } - function article($story, $reply) { + function article($story, $reply = "") { $timestamp = format_date($story->timestamp); ?> |