1
0
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:
Lóna Lore
2017-02-12 21:55:46 +01:00
parent 096b35e737
commit 768176c5c3
2 changed files with 14 additions and 2 deletions

View File

@@ -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'], ''));