From b5afc116e93e948555313dc15f02fb27561beda4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 22 Aug 2007 00:55:02 -0700 Subject: [PATCH] Fixing another call to BSApp::GetType() and switching to using the ::Registry() * Mail.php: (BSMail::send) --- Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mail.php b/Mail.php index ae539bf..b567b54 100644 --- a/Mail.php +++ b/Mail.php @@ -186,7 +186,7 @@ class BSMail } // load the input sanitizer - $input = BSApp::GetType('Input'); + $input = BSApp::Registry()->getType('Input'); if ($input == null) { BSApp::Debug('ISSO/Input not loaded, so manually doing so'); -- 2.22.5