Changeset 1565134
- Timestamp:
- 12/30/2016 07:50:00 PM (9 years ago)
- Location:
- mountee/trunk
- Files:
-
- 2 edited
-
mountee_3.controller.php (modified) (1 diff)
-
mountee_3.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mountee/trunk/mountee_3.controller.php
r1534560 r1565134 963 963 } 964 964 965 if ( $_POST['template_id'] === Mountee_lib::$dum_file_id)965 if (array_key_exists('template_id', $_POST) && $_POST['template_id'] === Mountee_lib::$dum_file_id) 966 966 { 967 967 // Do not do anything with this file -
mountee/trunk/mountee_3.php
r1534560 r1565134 5 5 Plugin URI: https://hellomountee.com/ 6 6 Description: Mount your template files as a virtual drive in OS X 7 Version: 1. 07 Version: 1.1 8 8 Author: Hop Studios 9 9 Author URI: http://www.hopstudios.com … … 19 19 20 20 if (!defined('MOUNTEE_3_VERSION')) { 21 define('MOUNTEE_3_VERSION', '1. 0');21 define('MOUNTEE_3_VERSION', '1.1'); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.