Skip to content
Snippets Groups Projects
Commit dbb293b8 authored by Prasad's avatar Prasad
Browse files

Merge branch 'phpwarning' into 'master'

Fix #1034

Fix Php Warning

See merge request !324
parents 58d4dc72 232904b7
Branches kill_spliti
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