JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wfpl_template: renamed to wfpl_tem_data to avoid conflict with old system.
[wfpl.git] / run.php
diff --git a/run.php b/run.php
index 4e56e98..3d0b1d4 100644 (file)
--- a/run.php
+++ b/run.php
@@ -116,7 +116,7 @@ function run_php($dest = false) {
                }
        }
 
-       $data = &$GLOBALS['wfpl_template'];
+       $data = &$GLOBALS['wfpl_tem_data'];
        $data['basename'] = $basename;
        if(function_exists('display_messages')) {
                display_messages();