| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | $cache =& $this->getLicenses(); |
| 50 | 50 | // Add action to the state object! |
| 51 | 51 | $state['action'] = $action; |
| 52 | 52 | // Cache Plugin data! |
| 53 | - $state['plugin'] = get_plugin_data(ABSPATH . PLUGINDIR . "/{$component['pluginBase']}", false); | |
| 53 | + $state['plugin'] = get_plugin_data(WP_PLUGIN_DIR . "/{$component['pluginBase']}", false); | |
| 54 | 54 | // Cache object! |
| 55 | 55 | $cache[$component['name']] = $state; |
| 56 | 56 | update_option(self::LICENSES_CACHE, $cache); |
| 57 | 57 | // update local Cache! |