From eb24097afebd17270d6099f9cd7d076cda830883 Mon Sep 17 00:00:00 2001 From: defacer Date: Mon, 13 Jun 2005 00:48:33 +0000 Subject: [PATCH] Merge from STABLE: Fixing a notice when $CFG->forum_trackreadposts doesn't exist (when editing the admin account during installation, for example). --- user/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/edit.html b/user/edit.html index b698641b556..d6ac6a319af 100644 --- a/user/edit.html +++ b/user/edit.html @@ -152,7 +152,7 @@ if (isadmin()) { choose_from_menu ($choices, "autosubscribe", $user->autosubscribe, "") ?> -forum_trackreadposts) { ?> +forum_trackreadposts)) { ?> :