Changeset 30979


Ignore:
Timestamp:
Feb 17, 2015, 1:38:08 PM (9 years ago)
Author:
plg
Message:

bug 3201: accept - in plugin directory name (identifier)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugin.php

    r30950 r30979  
    4747$plugin_id = $sections[0];
    4848
    49 if (!preg_match('/^\w+$/', $plugin_id))
     49if (!preg_match('/^[\w-]+$/', $plugin_id))
    5050{
    5151  die('Invalid plugin identifier');
Note: See TracChangeset for help on using the changeset viewer.