mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Enable TinyMCE by default
This commit is contained in:
parent
561bdcd766
commit
3fb9b1ae2f
@ -50,7 +50,7 @@ if (!empty($action)) {
|
||||
}
|
||||
|
||||
$php = isset($_POST['php']) && $_POST['php'] == 1;
|
||||
$enable_tinymce = isset($_POST['enable_tinymce']) && $_POST['enable_tinymce'] == 1;
|
||||
$enable_tinymce = (isset($_POST['enable_tinymce']) && $_POST['enable_tinymce'] == 1) ?: $enable_tinymce;
|
||||
if ($php) {
|
||||
$body = $_POST['body'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user