mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #6238 from nfauchelle/patch-2
Remove double quotes so example is not parsed.
This commit is contained in:
commit
68866ad31f
@ -196,7 +196,7 @@ class SS_Map implements ArrayAccess, Countable, IteratorAggregate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
user_error(
|
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
|
E_USER_ERROR
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user