Skip to content
Snippets Groups Projects
Commit cb9ad07a authored by Greeshma's avatar Greeshma
Browse files

“message”

parent cd826b41
No related branches found
No related tags found
1 merge request!389Warning fix getAll api
......@@ -175,7 +175,7 @@ class Home_Module_Model extends Vtiger_Module_Model {
* @param <String> $recordId - record id
* @return <Array>
*/
function getCalendarActivities($mode, $pagingModel, $user) {
function getCalendarActivities($mode, $pagingModel, $user,$recordId=null) {
$currentUser = Users_Record_Model::getCurrentUserModel();
$db = PearDatabase::getInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment