From ced455be5b996b8a58daa37d6fe233d403d57038 Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Mon, 21 Aug 2006 18:57:44 +0000 Subject: [PATCH] Include 'version.php' and 'application.php' in maintainer.php as we new version and application objects in this class. Fixes bug 5981. --- include/maintainer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/maintainer.php b/include/maintainer.php index 8e7c524..7cdae49 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -2,6 +2,8 @@ /*****************************/ /* functions for maintainers */ /*****************************/ +require_once(BASE."include/application.php"); +require_once(BASE."include/version.php"); class maintainer {