Ignore:
Timestamp:
May 18, 2010, 8:49:08 PM (14 years ago)
Author:
patdenice
Message:

Corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/admin/functions.inc.php

    r4540 r6230  
    99            if (is_dir($path) and !is_link($path)) {
    1010                $modules[$file] = array('type' => $file,
    11                     'name' => l10n('module_name_' . $file),
    12                     'description' => l10n('module_desc_' . $file));
     11                    'name' => l10n('module_name_' . strtolower($file)),
     12                    'description' => l10n('module_desc_' . strtolower($file)));
    1313            }
    1414        }
Note: See TracChangeset for help on using the changeset viewer.