Caching of XML/email templates finished:
[mailer.git] / inc / ajax / ajax_installer.php
index 1f6f9fc2a2fcb115a5bc542ad332329ad062296e..f9c50322d0119c20a4853349607cd17a7843d056 100644 (file)
@@ -150,7 +150,7 @@ function doAjaxInstallerRequestContent () {
                setAjaxReplyContent(loadTemplate('install_page_' . trim(postRequestElement('tab')), true));
 
                // Has the template been loaded?
                setAjaxReplyContent(loadTemplate('install_page_' . trim(postRequestElement('tab')), true));
 
                // Has the template been loaded?
-               if (isset($GLOBALS['tpl_content']['install_page_' . trim(postRequestElement('tab'))])) {
+               if (isset($GLOBALS['template_content']['html']['install_page_' . trim(postRequestElement('tab'))])) {
                        // All okay if we reach this point
                        setHttpStatus('200 OK');
                } else {
                        // All okay if we reach this point
                        setHttpStatus('200 OK');
                } else {