Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1142 → Rev 1143

/trunk/plugins/viathinksoft/publicPages/200_viathinksoft_freeoid/OIDplusPagePublicFreeOID.class.php
56,7 → 56,7
/**
* @param string $actionID
* @param array $params
* @return array|int[]
* @return array
* @throws OIDplusException
* @throws OIDplusMailException
*/
375,7 → 375,7
$arc = substr_count(self::getFreeRootOid(false), '.')+1;
$highest_id = explode('.',$row['id'])[$arc];
}
return $highest_id;
return (int)$highest_id;
}
 
/**