From 2edec56754094826ab053d2fd7dfb44a71090752 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 6 Jul 2008 08:28:17 -0400 Subject: [PATCH] We need to require() Functions.php in BSPrinterRootPage::paint() for the ISSO_MT_START timer * PrinterRootPage.php (BSPrinterRootPage::paint) --- PrinterRootPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/PrinterRootPage.php b/PrinterRootPage.php index 75ed20c..b76b54a 100644 --- a/PrinterRootPage.php +++ b/PrinterRootPage.php @@ -331,6 +331,7 @@ class BSPrinterRootPage extends BSPrinterRootAbstract if (defined('ISSO_MT_START')) { + require_once ISSO . '/Functions.php'; echo "\n
Executed in " . round(BSFunctions::fetch_microtime_diff(ISSO_MT_START), 10) . ' seconds
'; } -- 2.22.5