Changeset 1604 for trunk/admin/include


Ignore:
Timestamp:
Nov 10, 2006, 2:10:42 AM (18 years ago)
Author:
rvelices
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_plugins.inc.php

    r1590 r1604  
    4242          )
    4343      {
    44         $plugin = array('name'=>'?', 'version'=>'0', 'uri'=>'', 'description'=>'');
     44        $plugin = array('name'=>$file, 'version'=>'0', 'uri'=>'', 'description'=>'');
    4545        $plg_data = implode( '', file($path.'/main.inc.php') );
    4646
Note: See TracChangeset for help on using the changeset viewer.