Skip to content
Snippets Groups Projects
Commit 232904b7 authored by Adrien Faveraux's avatar Adrien Faveraux
Browse files

Fix #1034

parent 38c4121f
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class Vtiger_RelationListView_Model extends Vtiger_Base_Model {
public function getAddRelationLinks() {
$relationModel = $this->getRelationModel();
$addLinkModel = array();
$addLinkList = array();
if(!$relationModel->isAddActionSupported()) {
return $addLinkModel;
}
......
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