Shish you broke this~
This commit is contained in:
parent
410c4ff1a0
commit
01306712b7
@ -57,12 +57,12 @@ class NotesTheme extends Themelet {
|
|||||||
$parsedNote = str_replace("\r", "\\r", $parsedNote);
|
$parsedNote = str_replace("\r", "\\r", $parsedNote);
|
||||||
|
|
||||||
$to_json[] = array(
|
$to_json[] = array(
|
||||||
'x1': $note["x1"],
|
'x1' => $note["x1"],
|
||||||
'y1': $note["y1"],
|
'y1' => $note["y1"],
|
||||||
'height': $note["height"],
|
'height' => $note["height"],
|
||||||
'width': $note["width"],
|
'width' => $note["width"],
|
||||||
'note': $parsedNote,
|
'note' => $parsedNote,
|
||||||
'note_id': $note["id"],
|
'note_id' => $note["id"],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user