Fixing another call to BSApp::GetType() and switching to using the ::Registry()
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 22 Aug 2007 07:55:02 +0000 (00:55 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 22 Aug 2007 07:55:02 +0000 (00:55 -0700)
* Mail.php:
(BSMail::send)

Mail.php

index ae539bf36234259b05073d9abc1f21085e1a4deb..b567b546e44797446d486554381c65379c656535 100644 (file)
--- 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');