From f0843c9bfab19861d87d363324c49df12ec468d2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Dec 2018 12:33:30 +0800 Subject: [PATCH] View.php --- View.php | 1 + 1 file changed, 1 insertion(+) diff --git a/View.php b/View.php index 5b3c387..dd47944 100644 --- a/View.php +++ b/View.php @@ -2,6 +2,7 @@ class Pman_MTrack_View extends Pman { + var $masterTemplate = 'view.html'; function getAuth() { if (!$this->getAuthUser()) { -- 2.39.2