Skip to content
Snippets Groups Projects
Commit 03721598 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix uninitialized variable

parent d4d7e9d8
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class Mailer {
}
function send($to, $subject, $message, $options=null) {
global $ost;
global $ost, $cfg;
//Get the goodies
require_once (PEAR_DIR.'Mail.php'); // PEAR Mail package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment