Changeset 10816

Show
Ignore:
Timestamp:
01/07/11 16:59:43 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4726 don't require the extensions.class.php file, retrieve_conf does it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/blacklist/functions.inc.php

    r9611 r10816  
    1818// 
    1919 
    20 if( !class_exists('extension') ) { 
    21   require('extensions.class.php'); 
    22 } 
    2320function blacklist_get_config($engine) { 
    2421  global $ext; 
  • modules/branches/2.7/blacklist/module.xml

    r9683 r10816  
    22  <rawname>blacklist</rawname> 
    33  <name>Blacklist</name> 
    4   <version>2.7.0.1</version> 
     4  <version>2.7.0.2</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  </menuitems> 
    1212  <changelog> 
     13    *2.7.0.2* #4726 
    1314    *2.7.0.1* #4266, #4186 
    1415    *2.7.0.0* localizations