std_confirm.tpl doesn't exist, std_message.tpl does, though
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 23 Aug 2008 15:10:13 +0000 (11:10 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 23 Aug 2008 15:10:13 +0000 (11:10 -0400)
includes/class_message_reporter.php

index 8bd5d5ee638da237608e594744116e2d59c005fa..09e68035c37060c97ee4fa28e5ade4ca87ec0c28 100755 (executable)
@@ -166,7 +166,7 @@ class MessageReporter
                        $extra .= '<input type="hidden" name="' . $name . '" value="' . $value . '" />' . "\n";
                }
                
-               $tpl = new BSTemplate('std_confirm');
+               $tpl = new BSTemplate('std_message');
                $tpl->vars = array(
                        'message'       => $message,
                        'action'        => $action,