From 795cf110189a9c9f8d844e612849d2fc3510aa37 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 20 Aug 2004 15:32:56 +0000 Subject: [PATCH] fix notice --- includes/EditPage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/EditPage.php b/includes/EditPage.php index 478fbdf6a3..955dd7d110 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -433,6 +433,8 @@ class EditPage { } } $templates .= ''; + } else { + $templates = ""; } $wgOut->addHTML( " {$toolbar} -- 2.20.1