Fix for _PRIME and typo
[mailer.git] / inc / config-functions.php
index 4d873332c9101293ec4f77447df3581c4d396105..fd29373344d66379df08aeea07eb6577c39f2ecd 100644 (file)
@@ -127,7 +127,7 @@ function getConfigArray () {
        $return = array();
 
        // Is the config set?
-       if (isset($GLOABLS['config'])) {
+       if (isset($GLOBALS['config'])) {
                // Then use it
                $return = $GLOBALS['config'];
        } // END - if