Changeset 4305

Show
Ignore:
Timestamp:
07/04/07 07:08:25 (2 years ago)
Author:
p_lindheimer
Message:

#2052 fixlocalprefixes broke in core 2.3.0beta1.6, fixed type in file name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/agi-bin/fixlocalprefix

    r4301 r4305  
    196196$agi = new AGI(); 
    197197 
    198 $localprefix_file = get_var($agi, "ASTETCDIR")."/localprefix.conf"; 
     198$localprefix_file = get_var($agi, "ASTETCDIR")."/localprefixes.conf"; 
    199199 
    200200if (file_exists($localprefix_file)) { 
  • modules/branches/2.3/core/module.xml

    r4302 r4305  
    44        <category>Basic</category> 
    55        <name>Core</name> 
    6         <version>2.3.0beta1.6</version> 
     6        <version>2.3.0beta1.7</version> 
    77        <candisable>no</candisable> 
    88        <changelog> 
     9                *2.3.0beta1.7* #2052 fix fixlocalprefix, bug introduced in 2.3.0beta1.6 
    910                *2.3.0beta1.6* #2042, #2046, auto generate asterisk path variables, remove amportal.conf parsing in dialparties.agi, remove other hardcoded paths 
    1011                *2.3.0beta1.5* #2041, fix typo introduced in 2.3.0beta1.4 resultingin fixlocalprefix breaking