Show
Ignore:
Timestamp:
11/21/11 13:38:57 (1 year ago)
Author:
mbrevda
Message:

upstream changes. Thanks Schmoozecom.com!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10/amp_conf/htdocs/admin/libraries/extensions.class.php

    r12962 r12968  
    216216        } 
    217217      } 
    218       $priority = ($new_priority === false) ? $count : $existing_priority; 
     218      $priority = ($existing_priority === false) ? $count : $existing_priority; 
    219219    } 
    220220    $newcommand = array( 
     
    633633  var $value; 
    634634   
    635   function ext_setvar($var, $value) { 
     635  function ext_setvar($var, $value = '') { 
    636636    $this->var = $var; 
    637637    $this->value = $value;