Ticket #3872 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

Call to undefined function fatal() core

Reported by: mbrevda Assigned to: p_lindheimer
Priority: minor Milestone: 2.6
Component: Core Version: 2.6-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by mbrevda)

function core_users_get() calls a non-existent function fatal. Probably should be die_freepbx

Change History

09/07/09 07:53:08 changed by mbrevda

  • description changed.

09/07/09 11:00:20 changed by p_lindheimer

  • component changed from - choose - to Core.

yup probably should be die or handle gracefully. Of course, calling fatal will make it die all the same :)

09/09/09 17:37:57 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [8354]) fixes #3872 use die_freepbx instead of fatal