Skip to content

Commit

Permalink
Fixing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Mar 26, 2014
1 parent d3deb13 commit f290e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwik.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);

if (!defined(PIWIK_DOCUMENT_ROOT)) {
if (!defined('PIWIK_DOCUMENT_ROOT')) {
define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__) == '/' ? '' : dirname(__FILE__));
}

Expand Down

0 comments on commit f290e81

Please sign in to comment.