From: Jason Woofenden Date: Tue, 3 Nov 2009 23:56:50 +0000 (-0500) Subject: don't try to merge in the html file if there isn't one X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=b4bc48b5a6e331e1984922057b46915875099c15;p=wfpl.git don't try to merge in the html file if there isn't one --- 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);