Bug 6554 Fix error caused by modifying $_ in a map
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 4 Apr 2013 09:54:03 +0000 (10:54 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 18 Apr 2013 13:26:22 +0000 (09:26 -0400)
commite98fe7e32244fa11d218b4d2a1006eea547e70d8
tree2039dbcc3c5d2c82da5a4b965f669c3a3f1f4e00
parentf257944d10c2660e7d7297768af314985c80a1c7
Bug 6554 Fix error caused by modifying $_ in a map

Error 'Modification of a read-only value attempted' triggered
on login because of manipulation of $_ in the map

Moved the mod to a loop as recommended in the doc for map

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Context.pm