From 9d108b4071b7832bc5ae763dce1d56065d8b18a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Tue, 23 Jan 2001 22:39:24 +0000 Subject: [PATCH] - removed warning in theme unconed when using 4.0.4 --- themes/unconed/unconed.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 517c56394717..35ec176fb7f4 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -106,7 +106,7 @@ function abstract($story) { <? } - function article($story, $reply) { + function article($story, $reply = "") { $timestamp = format_date($story->timestamp); ?> -- GitLab