Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodim99 committed Dec 3, 2018
1 parent c81ef59 commit 324d577
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.58.5

* Bugfix. https://pm.cetera.ru/browse/CCD-1310
* Bugfix. https://pm.cetera.ru/browse/CCD-1308

3.58.4
Expand Down
2 changes: 1 addition & 1 deletion cms/include/classes/Cetera/Iterator/LinksetReverse.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LinksetReverse extends DynamicObject {
public function __construct($object, $field)
{

if ($field['type'] != FIELD_MATSET && $field['type'] != FIELD_LINKSET && $field['type'] != FIELD_LINK)
if ($field['type'] != FIELD_MATSET && $field['type'] != FIELD_LINKSET && $field['type'] != FIELD_LINK && $field['type'] != FIELD_MATERIAL)
throw new \Cetera\Exception\CMS('Illegal type of field '.$field['name'].' - '.$field['type']);

parent::__construct( $field->getParentObjectDefinition() );
Expand Down
2 changes: 1 addition & 1 deletion cms/include/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**/

/** Версия */
define('VERSION', '3.58.4');
define('VERSION', '3.58.5');

/** Название продукта */
define('APP_NAME', 'Cetera CMS');
Expand Down

0 comments on commit 324d577

Please sign in to comment.