Detailed Description:
Hey ya,
When trying to use the bulk items action, it appears the the gCms param is not
set, I added this ( $gCms = cmsms();) to the ModuleExample.module.php file
(DoAction function) and it works now:
public function DoAction($name, $id, $params, $returnid = '') {
global $CMS_ADMIN_PAGE;
$gCms = cmsms();
$config = cmsms()->GetConfig();
$smarty = cmsms()->GetSmarty();
$db = cmsms()->GetDb();
Hope that is correct, cheers