Summary:
Replace gCms with cmsms() to prevent PHP log warnings
Detailed Description:
In v2 of the CMS $gCms is no longer used but it's used twice in
Statistics.module.php on line 1896 & 1908 which results in PHP warnings in the
error log.
The simple fix is to replace $gCms with cmsms() on lines 1896 & 1908 and then
remove the two global lines on 1895 & 1907.