Ignore:
Timestamp:
08/31/2010 02:59:31 AM (21 months ago)
Author:
ofer
Message:

Had to move the default widget to avoid the plugin header error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/wp/transposh_widget.php

    r512 r526  
    108108            include_once $widget_src; 
    109109        } else { 
    110             $file = 'tpw_default.php'; 
     110            $file = 'default/tpw_default.php'; 
    111111            include_once $this->transposh->transposh_plugin_dir . TRANSPOSH_DIR_WIDGETS . '/' . $file; 
    112112        } 
Note: See TracChangeset for help on using the changeset viewer.