Skip to content

Commit

Permalink
Add using Piwik\Common
Browse files Browse the repository at this point in the history
Following error:
PHP Fatal error:  Class 'Piwik\\Tracker\\Common' not found in /var/www/piwik/core/Tracker/ActionClickUrl.php on line 43
  • Loading branch information
pebosi committed Dec 12, 2013
1 parent 2559ce9 commit 91970b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Tracker/ActionClickUrl.php
Expand Up @@ -11,6 +11,7 @@

namespace Piwik\Tracker;

use Piwik\Common;
use Piwik\Tracker;

/**
Expand Down Expand Up @@ -62,4 +63,4 @@ public static function detectActionIsOutlinkOnAliasHost(Action $action, $idSite)
}
return Visit::isHostKnownAliasHost($actionUrlParsed['host'], $idSite);
}
}
}

0 comments on commit 91970b0

Please sign in to comment.