Plugin Directory

Changeset 1565134


Ignore:
Timestamp:
12/30/2016 07:50:00 PM (9 years ago)
Author:
hopstudios
Message:

Fix bug in plugin init; bump version to 1.1

Location:
mountee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mountee/trunk/mountee_3.controller.php

    r1534560 r1565134  
    963963        }
    964964
    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)
    966966        {
    967967            // Do not do anything with this file
  • mountee/trunk/mountee_3.php

    r1534560 r1565134  
    55Plugin URI: https://hellomountee.com/
    66Description: Mount your template files as a virtual drive in OS X
    7 Version: 1.0
     7Version: 1.1
    88Author: Hop Studios
    99Author URI: http://www.hopstudios.com
     
    1919
    2020if (!defined('MOUNTEE_3_VERSION')) {
    21     define('MOUNTEE_3_VERSION', '1.0');
     21    define('MOUNTEE_3_VERSION', '1.1');
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.