From 9fa3922878b66aed41be2ab9c05deb871d7dfa42 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 18 Feb 2007 03:34:38 +0000 Subject: [PATCH] BSPrinter::_Instance() needs to be static --- Printer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Printer.php b/Printer.php index cd64c07..5c4359d 100644 --- a/Printer.php +++ b/Printer.php @@ -85,7 +85,7 @@ class BSPrinter * * @return BSPrinter Singleton instance */ - public static function _Instance() + private static function _Instance() { if (!self::$instance) { -- 2.22.5