Browse Source

fix broadcast message to load a template that does exist - see #465

issue-916
David Goodwin 5 years ago
parent
commit
dadd40a9e9
  1. 2
      public/broadcast-message.php

2
public/broadcast-message.php

@ -101,7 +101,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
}
}
flash_info($PALANG['pBroadcast_success']);
$smarty->assign('smarty_template', 'message');
$smarty->assign('smarty_template', 'broadcast-message');
$smarty->display('index.tpl');
// echo '<p>'.$PALANG['pBroadcast_success'].'</p>';
}

Loading…
Cancel
Save