Skip to content

Commit

Permalink
Merge pull request #76 from izhutaev-sugarcrm/fix_sugar_default_path
Browse files Browse the repository at this point in the history
Fix Sugar default class
  • Loading branch information
Igor Zhutaiev authored Aug 4, 2016
2 parents 337eb5d + a2f7564 commit 40688f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$defaultMaxTeamsPerSet = 10;

// Default Sugar location path, could be overridden by "--sugar_path" argument
$sugarPath = __DIR__ . '/..';
$sugarPath = __DIR__ . '/../..';

$modules = array(
'Tags' => 100,
Expand Down

0 comments on commit 40688f2

Please sign in to comment.