Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Oct 18, 2012
1 parent f8d14ca commit 475a499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Clansuite/Application.php
Expand Up @@ -200,17 +200,17 @@ public static function defineConstantsAndPaths()
* @var Root path of the modules directory (with trailing slash)
*/
define('ROOT_MOD', ROOT . 'Modules/');

/**
* @var Root path of the vendors directory (with trailing slash)
*/
define('VENDOR_PATH', dirname(ROOT) .'/vendor/');

/**
* @var Root path of the framework directory (with trailing slash)
*/
define('KOCH_FRAMEWORK', VENDOR_PATH . '/ksst/kf/framework/Koch/');

/**
* @var Root path of the themes directory (with trailing slash)
*/
Expand Down

0 comments on commit 475a499

Please sign in to comment.