From 9f1a207ebab0f07c44efb60505fa1fbab4532125 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 18 Aug 2009 19:13:50 +1000 Subject: [PATCH] Ammendment for SF Feature #2837687 - Invalid method for Queries --- lib/xmlTemplates.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/xmlTemplates.php b/lib/xmlTemplates.php index a46e9c4f..4352ee3 100644 --- a/lib/xmlTemplates.php +++ b/lib/xmlTemplates.php @@ -424,5 +424,10 @@ abstract class xmlTemplate { return null; } + + /** + * May be overloaded in other classes + */ + public function isAdminDisabled() {} } ?>