FIxed bug 406 - richtext setting resets!
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
if (empty($user->htmleditor)) {
|
||||
if (!isset($user->htmleditor)) {
|
||||
$user->htmleditor = 1;
|
||||
}
|
||||
if (empty($user->lang)) {
|
||||
|
||||
Reference in New Issue
Block a user