mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +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;
|
$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) {
|
if ($php) {
|
||||||
$body = $_POST['body'];
|
$body = $_POST['body'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user