| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | -* | |
| 3 | +* | |
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | 6 | // Disallow direct access. |
| 7 | 7 | defined('ABSPATH') or die("Access denied"); |
| @@ -6,22 +6,22 @@ | ||
| 6 | 6 | // Disallow direct access. |
| 7 | 7 | defined('ABSPATH') or die("Access denied"); |
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | -* | |
| 10 | +* | |
| 11 | 11 | */ |
| 12 | 12 | class CJTAutoUpgradeController extends CJTController { |
| 13 | - | |
| 13 | + | |
| 14 | 14 | /** |
| 15 | 15 | * put your comment there... |
| 16 | - * | |
| 16 | + * | |
| 17 | 17 | * @var mixed |
| 18 | 18 | */ |
| 19 | 19 | protected $controllerInfo = array('model' => 'setup'); |
| 20 | - | |
| 20 | + | |
| 21 | 21 | /** |
| 22 | 22 | * put your comment there... |
| 23 | - * | |
| 23 | + * | |
| 24 | 24 | */ |
| 25 | 25 | protected function enableAction() { |
| 26 | 26 | // Initializing! |
| 27 | 27 | $model = $this->model; |
| @@ -39,13 +39,13 @@ | ||
| 39 | 39 | // Check CJT Server only if updateSrc points to Wordpress Repository |
| 40 | 40 | $updateSrcServer = (string) $extDef->license->attributes()->updateSrc; |
| 41 | 41 | if (!$updateSrcServer || ($updateSrcServer == 'CJT')) { |
| 42 | 42 | // Initializingn vars for a single state/component! |
| 43 | - $pluginFile = WP_PLUGIN_DIR . '/' . $state['component']['pluginBase']; | |
| 43 | + $pluginFile = ABSPATH . PLUGINDIR . '/' . $state['component']['pluginBase']; | |
| 44 | 44 | $license =& $state['license']; |
| 45 | 45 | // Set EDD Automatic Updater! |
| 46 | 46 | try { |
| 47 | - CJTStoreUpdate::autoUpgrade( $name, $license[ 'key' ], $pluginFile ); | |
| 47 | + CJTStoreUpdate::autoUpgrade( $name, $license[ 'key' ], $pluginFile ); | |
| 48 | 48 | } |
| 49 | 49 | catch ( CJTServicesAPICallException $exception ) { |
| 50 | 50 | die( 'CJT AUTO-UPGRADE EXCAPTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' ); |
| 51 | 51 | } |