mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Fix for inline editing.
This commit is contained in:
@@ -3919,7 +3919,7 @@ class e_form
|
||||
}
|
||||
}
|
||||
|
||||
$source = e107::getParser()->toJSON($jsonArray);
|
||||
$source = e107::getParser()->toJSON($jsonArray, true);
|
||||
|
||||
$mode = preg_replace('/[^\w]/', '', vartrue($_GET['mode'], ''));
|
||||
|
||||
|
Reference in New Issue
Block a user