janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.
Other
13 stars 8 forks source link

Fix failing assert when $connectionRevisionId is integer. #598

Closed mrvanes closed 8 years ago

mrvanes commented 8 years ago

On an Ubuntu 15.10 install using MariaDB $connectionRevisionIdFix turned out to be integer (causing the assert to fail). Casting to string should make it backwards compatible with previous behaviour.