| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package ShiftController |
| 4 | 4 | * @author ShiftController |
| 5 | - * @version 2.2.1 | |
| 5 | + * @version 2.2.5 | |
| 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.1 | |
| 12 | +Version: 2.2.5 | |
| 13 | 13 | Author URI: http://www.shiftcontroller.com/ |
| 14 | 14 | */ |
| 15 | 15 | error_reporting( E_ERROR & ~E_NOTICE ); |
| 16 | 16 | |
| @@ -52,9 +52,9 @@ | ||
| 52 | 52 | |
| 53 | 53 | $GLOBALS['NTS_APPPATH'] = dirname(__FILE__) . '/application'; |
| 54 | 54 | |
| 55 | 55 | parent::__construct( |
| 56 | - strtolower(get_class()), | |
| 56 | + strtolower( get_class() ), | |
| 57 | 57 | dirname(__FILE__), |
| 58 | 58 | array(), |
| 59 | 59 | TRUE |
| 60 | 60 | ); |