mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Fix php error
This commit is contained in:
parent
b8bd067dc7
commit
9de6697752
11 changed files with 20 additions and 9 deletions
|
@ -37,7 +37,7 @@ namespace controllers\publics;
|
|||
* @param string $_POST['template'] : Template string
|
||||
* @param int $_POST['id_contact'] : Id of the contact to render the template for
|
||||
*
|
||||
* @return json string
|
||||
* @return mixed : False or json string ['success' => bool, 'result' => message]
|
||||
*/
|
||||
public function render_preview()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue