This commit is contained in:
Ben Liyanage 2014-09-08 18:40:31 +00:00
commit ad426e5cd9

View file

@ -589,7 +589,8 @@ function get_markup_template($s, $root = '') {
try {
$template = $t->get_template_file($s, $root);
} catch (Exception $e) {
echo "<pre><b>".__function__."</b>: ".$e->getMessage()."</pre>"; killme();
echo "<pre><b>".__function__."</b>: ".$e->getMessage()."</pre>";
killme();
}
$a->save_timestamp($stamp1, "file");