From b4bc48b5a6e331e1984922057b46915875099c15 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 3 Nov 2009 18:56:50 -0500 Subject: [PATCH] don't try to merge in the html file if there isn't one --- run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.php b/run.php index 7f8abd8..bb9bed5 100644 --- 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); -- 1.7.10.4