A lot code refactured to newly introduces wrapper function isNicknameUsed()
[mailer.git] / inc / modules / guest / what-register.php
index 44b47978d9b3219859bafc82492e5bdb620105ad..24000305668717e8bd7caa906f473c97045eb63e 100644 (file)
@@ -195,7 +195,7 @@ if ((isFormSent()) && (($isFailed === false) || (IS_ADMIN()))) {
        // Add design when extension sql_patches is v0.2.7 or greater
        // @TODO Rewrite these all to a single filter
        $ADD1 = ''; $ADD2 = '';
-       if (GET_EXT_VERSION('sql_patches') >= '0.2.7') {
+       if (GET_EXT_VERSION('theme') >= '0.0.8') {
                // Okay, add design here
                $ADD1 = ", `curr_theme`";
                $ADD2 = ", '".getCurrentTheme()."'";