JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't try to merge in the html file if there isn't one
authorJason Woofenden <jason@jasonwoof.com>
Tue, 3 Nov 2009 23:56:50 +0000 (18:56 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 3 Nov 2009 23:56:50 +0000 (18:56 -0500)
run.php

diff --git a/run.php b/run.php
index 7f8abd8..bb9bed5 100644 (file)
--- a/run.php
+++ b/run.php
@@ -141,7 +141,7 @@ function run_php($dest = false) {
                        run_php($other);
                        return;
                }
-       } else {
+       } elseif($html_exists) {
                $sub_names = tem_top_sub_names();
                foreach($sub_names as $sub_name) {
                        tem_sub($sub_name);