From 81ab862f78f148a1ae944cb08f6a1497bfeb806c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 6 Apr 2020 00:54:58 -0400 Subject: [PATCH] Fix "Creating default object from empty value in framework/printer.css.php on line 32". --- framework/printer.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/printer.css.php b/framework/printer.css.php index 0216f91..572173d 100755 --- a/framework/printer.css.php +++ b/framework/printer.css.php @@ -29,6 +29,7 @@ if (!isset($GLOBALS['isso:callback'])) { $included = false; $path = (isset($_SERVER['SCRIPT_URL']) ? $_SERVER['SCRIPT_URL'] : $_SERVER['REQUEST_URI']); + $GLOBALS['isso:callback'] = new stdClass; $GLOBALS['isso:callback']->webpath = dirname($path) . '/'; // Gecko browsers need this to display right -- 2.22.5