Skip to content
Snippets Groups Projects
Commit 1aaf0080 authored by Tom Needham's avatar Tom Needham
Browse files

fix character encoding bug oc-278

parent 3f507898
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ require_once('../../../lib/base.php');
OC_JSON::checkLoggedIn();
// Get paramteres
$filecontents = htmlspecialchars_decode($_POST['filecontents']);
$filecontents = $_POST['filecontents'];
$path = isset($_POST['path']) ? $_POST['path'] : '';
$mtime = isset($_POST['mtime']) ? $_POST['mtime'] : '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment