Skip to content

Commit

Permalink
add change from modx evolution develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Oct 24, 2014
1 parent c9e0628 commit 1f46db1
Show file tree
Hide file tree
Showing 63 changed files with 594 additions and 1,550 deletions.
2 changes: 1 addition & 1 deletion assets/modules/docmanager/tv.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function ParseIntputOptions($v) {
global $modx;
$a = array();
if(is_array($v)) return $v;
else if(is_resource($v)) {
else if($modx->db->isResult($v)) {
$a = $modx->db->makeArray($v);
}
else $a = explode("||", $v);
Expand Down
215 changes: 0 additions & 215 deletions assets/plugins/managermanager/docs/changelog.htm

This file was deleted.

Loading

0 comments on commit 1f46db1

Please sign in to comment.