Skip to content

Commit

Permalink
Minor fix in XmlnukeCrudBase
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Oct 22, 2014
1 parent b557c38 commit 77fca05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ obj/*
bin/*
*.pidb
*.csi
.zedstate

# Composer files
vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,10 @@ protected function showCurrentRecord()
{
$title = $this->_lang->Value("TITLE_VIEW", $this->_header);
}
else
{
$title = "";
}

// XmlFormCollection $form
$form = new XmlFormCollection($this->_context, $this->_module, $title);
Expand Down

0 comments on commit 77fca05

Please sign in to comment.