try to get around PHP strict error by not passing result of array_key directly to...
authorRobert Kaiser <kairo@kairo.at>
Sun, 15 Sep 2013 01:52:07 +0000 (03:52 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 15 Sep 2013 01:52:07 +0000 (03:52 +0200)
commit0b7a8261eb31c7ef52bf2360cc58281075b80b0b
tree542b1d0bcb2a841bf8bd1aa199c59ab3caf819fc
parent73adc61bc3a0be12fa36b383255b0443cae0cd0b
try to get around PHP strict error by not passing result of array_key directly to array_shift, which expects a reference rather than a result
include/classes/rrdstat.php-class