From 13f29f63e009a62f96ca2bf4573556b1b682d1f1 Mon Sep 17 00:00:00 2001 From: Kaiser Franz Josef Date: Wed, 30 Jan 2013 15:55:01 +0100 Subject: [PATCH] fixed l18n file location --- bootstrap.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.class.php b/bootstrap.class.php index f97ef38..fb88f32 100644 --- a/bootstrap.class.php +++ b/bootstrap.class.php @@ -43,7 +43,7 @@ public function load_l18n() load_plugin_textdomain( 'filterama' ,false - ,'/lang' + ,plugin_basename( dirname( __FILE__ ) ).'/lang' ); } } \ No newline at end of file