Merge branch '3.1' into 3.2

This commit is contained in:
Daniel Hensby 2016-10-27 16:14:01 +01:00
commit 5f4f07a256
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class SS_Map implements ArrayAccess, Countable, IteratorAggregate {
}
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
);
}