diff --git a/install.php b/install.php index f212c5a9..11c83447 100644 --- a/install.php +++ b/install.php @@ -504,9 +504,9 @@ function install($adminPassword, $timezone) $dataHead.json_encode( array( 'position'=>1, - 'toolbar1'=>'formatselect bold italic bullist numlist | blockquote alignleft aligncenter alignright | link unlink pagebreak image removeformat code', + 'toolbar1'=>'formatselect bold italic forecolor backcolor removeformat | bullist numlist table | blockquote alignleft aligncenter alignright | link unlink pagebreak image code', 'toolbar2'=>'', - 'plugins'=>'code autolink image link pagebreak advlist lists textcolor colorpicker textpattern autoheight' + 'plugins'=>'code autolink image link pagebreak advlist lists textpattern table' ), JSON_PRETTY_PRINT), LOCK_EX