Skip to content

Commit

Permalink
Merge pull request #6238 from nfauchelle/patch-2
Browse files Browse the repository at this point in the history
Remove double quotes so example is not parsed.
  • Loading branch information
kinglozzer committed Oct 27, 2016
2 parents 014d6db + d1c29d6 commit 68866ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function offsetSet($key, $value) {
}

user_error(
"SS_Map is read-only. Please use $map->push($key, $value) to append values",
'SS_Map is read-only. Please use $map->push($key, $value) to append values',
E_USER_ERROR
);
}
Expand Down

0 comments on commit 68866ad

Please sign in to comment.