Development

Changeset 15758 for plugins/nahoMailPlugin/trunk

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
02/24/09 22:56:15 (4 years ago)
Author:
naholyr
Message:

fixed bug preventing usage of components

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/nahoMailPlugin/trunk/lib/nahoMail.php

    r15354 r15758  
    336336      } else { // component 
    337337        list($module, $component) = explode('/', $content['name']); 
    338         get_component($module, $component, $content['vars']); 
     338        $string = get_component($module, $component, $content['vars']); 
    339339      } 
    340340    } else { 
  • plugins/nahoMailPlugin/trunk/package.xml

    r15354 r15758  
    2828    <active>yes</active> 
    2929  </lead> 
    30   <date>2009-02-08</date> 
    31   <time>22:17:00</time> 
     30  <date>2009-02-24</date> 
     31  <time>22:54:00</time> 
    3232  <version> 
    33     <release>1.0.3</release> 
     33    <release>1.0.4</release> 
    3434    <api>1.0.0</api> 
    3535  </version> 
     
    177177    <release> 
    178178      <version> 
     179        <release>1.0.4</release> 
     180        <api>1.0.0</api> 
     181      </version> 
     182      <stability> 
     183        <release>stable</release> 
     184        <api>stable</api> 
     185      </stability> 
     186      <date>2009-02-24</date> 
     187      <license 
     188        uri="http://www.opensource.org/licenses/mit-license.html"> 
     189        MIT 
     190      </license> 
     191      <notes>* naholyr: fixed bug preventing usage of components (thanks to Nicolas for report)</notes> 
     192    </release> 
     193    <release> 
     194      <version> 
    179195        <release>1.0.3</release> 
    180196        <api>1.0.0</api>