Changeset 13200

Show
Ignore:
Timestamp:
01/13/12 15:25:42 (1 year ago)
Author:
p_lindheimer
Message:

ok found the real error I hope

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10/amp_conf/htdocs/admin/functions.inc.php

    r13197 r13200  
    208208    $freepbx_conf =& freepbx_conf::create(); 
    209209    if ($freepbx_conf->conf_setting_exists('ZAP2DAHDICOMPAT')) { 
    210       $freepbx_conf->set_conf_values(array('ZAP2DAHDICOMPAT' => true, true, true)); 
     210      $freepbx_conf->set_conf_values(array('ZAP2DAHDICOMPAT' => true), true, true); 
    211211      freepbx_log(FPBX_LOG_NOTICE, _("Auto set ZAP2DAHDICOMPAT to true because we are running a version of Asterisk greater than 1.4.21")); 
    212212    } else {