Skip to content

Commit

Permalink
Quick Fix: Fal error due to camal case on plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
diit committed Jun 17, 2015
1 parent 61c96ec commit f72244e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsondecodetwigfilter/JsonDecodeTwigFilterPlugin.php
Expand Up @@ -24,8 +24,8 @@ function getDeveloperUrl() {
}

public function addTwigExtension() {

Craft::import('plugins.JsonDecodeTwigFilterPlugin.twigextensions.JsonDecodeTwigExtension');
Craft::import('plugins.jsondecodetwigfilter.twigextensions.JsonDecodeTwigExtension');
return new JsonDecodeTwigExtension();
}

Expand Down

0 comments on commit f72244e

Please sign in to comment.