Changeset 2164

Show
Ignore:
Timestamp:
07/25/06 07:20:27 (7 years ago)
Author:
qldrob
Message:

Fixed IRC reported thinko. Thanks, vgster!

Files:

Legend:

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

    r2144 r2164  
    344344  function ext_goto($pri, $ext = false, $context = false) { 
    345345    if ($context !== false && $ext === false) { 
    346       trigger_error(E_ERROR, "\$ext is required when passing \$context in ext_goto::ext_goto()"); 
     346      trigger_error("\$ext is required when passing \$context in ext_goto::ext_goto()", E_ERROR); 
    347347    } 
    348348