Skip to content

Commit

Permalink
better file path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkingorg committed Dec 15, 2011
1 parent daad2e1 commit a532f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter-tools.php
Expand Up @@ -33,7 +33,7 @@
$aktt_file = $network_plugin;
}
@define('AKTT_FILE', $aktt_file);
@define('AKTT_PATH', plugin_dir_path(__FILE__));
@define('AKTT_PATH', WP_PLUGIN_DIR.'/'.basename(dirname($aktt_file)).'/');

require_once(AKTT_PATH.'/classes/aktt.php');
require_once(AKTT_PATH.'/classes/aktt_account.php');
Expand Down

0 comments on commit a532f49

Please sign in to comment.