Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
fix class of columnset model
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Jun 13, 2014
1 parent 24376fa commit ff12c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bit3/contao-meta-palettes":">=1.4.2",
"contao-legacy/simple_ajax":">=1.0.0",
"contao-legacy/customselect": "~1.0.0",
"netzmacht/contao-bootstrap-columnseteditor":"~0.1",
"netzmacht/contao-bootstrap-columnseteditor":">=0.3.3,~0.3",
"netzmacht/contao-iconWizard":"1.0.*",
"netzmacht/contao-form-helper":">=0.1.0-beta2,<0.2.0",
"twbs/bootstrap":"~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Netzmacht/Bootstrap/ContentElement/ColumnSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ColumnSet extends BootstrapAbstract
public function generate()
{
$output = parent::generate();
$columnSet = \ColumnsetModel::findByPK($this->columnset_id);
$columnSet = \Netzmacht\ColumnSet\ColumnsetModel::findByPK($this->columnset_id);

if(TL_MODE == 'BE') {
$output = sprintf(
Expand Down

0 comments on commit ff12c54

Please sign in to comment.