Changeset 18408


Ignore:
Timestamp:
Oct 1, 2012, 9:33:36 PM (12 years ago)
Author:
mistic100
Message:

Plugin URI filled by PEM, add warning about unserialized config in install.inc.php

Location:
extensions/skeleton
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/skeleton/include/install.inc.php

    r17924 r18408  
    2929    $conf['skeleton'] = $skeleton_default_config;
    3030  }
     31  else
     32  {
     33    // if you need to test "old" configuration you must check is not yet unserialized
     34    $old_conf = is_string($conf['skeleton']) ? unserialize($conf['skeleton']) : $conf['skeleton'];
     35  }
    3136 
    3237  // add a new table
  • extensions/skeleton/main.inc.php

    r17933 r18408  
    44Version: auto
    55Description: This is not a plugin. It's a skeleton for future plugins.
    6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=543
     6Plugin URI: auto
    77Author: Mistic
    88Author URI: http://www.strangeplanet.fr
Note: See TracChangeset for help on using the changeset viewer.