X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=metaform%2Ftemplate.php;h=b591fbcba2db4d74494d71d4ac7877bc4ee0b996;hb=5ee58fc7dd8f44e53075e6898f89409c980ad34d;hp=3c5e6cc359ff0dcd93838f71f4899805799d4600;hpb=8ef1f36849dc9f50ad2d5c19bef126ab3c9e454b;p=wfpl.git diff --git a/metaform/template.php b/metaform/template.php index 3c5e6cc..b591fbc 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -152,7 +152,7 @@ function _~form_name~_main() { db_delete('~form_name~', 'where id=%i', $delete_id); message('Entry deleted.'); - return './~form_name~.html'; + return './~form_name~'; } if(!$edit_id) {