Skip to content

Commit

Permalink
Collections 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Jan 20, 2016
1 parent 4a8036f commit 6e85a80
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"snippets": [{
"name": "getSelections"
}]

}
,"systemSettings": [{
"key": "mgr_date_format"
Expand Down
1 change: 0 additions & 1 deletion _build/gpm_resolvers/gpm.resolve.extension_package.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
if ($modx instanceof modX) {

$modx->addExtensionPackage('collections', $modelPath, array (
'tablePrefix' => 'modx_',
));

}
Expand Down
3 changes: 2 additions & 1 deletion _build/gpm_resolvers/gpm.resolve.tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
case xPDOTransport::ACTION_INSTALL:
case xPDOTransport::ACTION_UPGRADE:
$modelPath = $modx->getOption('collections.core_path', null, $modx->getOption('core_path') . 'components/collections/') . 'model/';
$modx->addPackage('collections', $modelPath, 'modx_');

$modx->addPackage('collections', $modelPath, null);


$manager = $modx->getManager();
Expand Down
Binary file removed _packages/collections-3.3.0-pl.transport.zip
Binary file not shown.
Binary file added _packages/collections-3.4.0-pl.transport.zip
Binary file not shown.
3 changes: 0 additions & 3 deletions config.core.php.sample

This file was deleted.

0 comments on commit 6e85a80

Please sign in to comment.