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

warning_fix

parent d9af0e98
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class Home_Module_Model extends Vtiger_Module_Model {
* @param <String> $recordId - record id
* @return <Array>
*/
function getCalendarActivities($mode, $pagingModel, $user, $recordId=null) {
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