mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
Enable TinyMCE by default
This commit is contained in:
@@ -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'];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user