| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package ShiftController |
| 4 | 4 | * @author ShiftController |
| 5 | - * @version 2.2.0 | |
| 5 | + * @version 2.1.2 | |
| 6 | 6 | */ |
| 7 | 7 | /* |
| 8 | 8 | Plugin Name: ShiftController |
| 9 | 9 | Plugin URI: http://www.shiftcontroller.com/ |
| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | Plugin Name: ShiftController |
| 9 | 9 | Plugin URI: http://www.shiftcontroller.com/ |
| 10 | 10 | Description: Staff scheduling plugin. |
| 11 | 11 | Author: ShiftController |
| 12 | -Version: 2.2.0 | |
| 12 | +Version: 2.1.2 | |
| 13 | 13 | Author URI: http://www.shiftcontroller.com/ |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | 16 | global $wp_version; |
| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | if( defined('NTS_DEVELOPMENT') ) |
| 29 | 29 | $happ_path = NTS_DEVELOPMENT; |
| 30 | 30 | else |
| 31 | 31 | $happ_path = dirname(__FILE__) . '/happ'; |
| 32 | -include_once( $happ_path . '/hclib/hcWpBase.php' ); | |
| 32 | +include_once( $happ_path . '/application/libraries/hcWpBase.php' ); | |
| 33 | 33 | |
| 34 | 34 | class ShiftController extends hcWpBase2 |
| 35 | 35 | { |
| 36 | 36 | var $happ_path = ''; |