Skip to content

Commit

Permalink
fixed l18n file location
Browse files Browse the repository at this point in the history
  • Loading branch information
franz-josef-kaiser committed Jan 30, 2013
1 parent 07c6cb1 commit 13f29f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function load_l18n()
load_plugin_textdomain(
'filterama'
,false
,'/lang'
,plugin_basename( dirname( __FILE__ ) ).'/lang'
);
}
}

0 comments on commit 13f29f6

Please sign in to comment.