From 01306712b72b447beb1eda99c136d8b0b1ded094 Mon Sep 17 00:00:00 2001 From: "green-ponies (jgen)" Date: Thu, 9 Feb 2012 15:10:53 -0500 Subject: [PATCH] Shish you broke this~ --- contrib/notes/theme.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/notes/theme.php b/contrib/notes/theme.php index 0da3a29e..bba37b28 100644 --- a/contrib/notes/theme.php +++ b/contrib/notes/theme.php @@ -57,12 +57,12 @@ class NotesTheme extends Themelet { $parsedNote = str_replace("\r", "\\r", $parsedNote); $to_json[] = array( - 'x1': $note["x1"], - 'y1': $note["y1"], - 'height': $note["height"], - 'width': $note["width"], - 'note': $parsedNote, - 'note_id': $note["id"], + 'x1' => $note["x1"], + 'y1' => $note["y1"], + 'height' => $note["height"], + 'width' => $note["width"], + 'note' => $parsedNote, + 'note_id' => $note["id"], ); }