Ticket #4726 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

blacklist has an un-necessary requirement of extensions.class.php

Reported by: p_lindheimer Assigned to:
Priority: minor Milestone: 2.9
Component: Blacklist Version: 2.7-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

this becomes an issue during migration (to 2.9) where files change locations, needs to be fixed in advanced to keep upgrades from hanging.

Change History

01/07/11 16:59:43 changed by p_lindheimer

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

(In [10816]) fixes #4726 don't require the extensions.class.php file, retrieve_conf does it

01/07/11 17:01:52 changed by p_lindheimer

(In [10818]) Merged revisions 10816 via svnmerge from http://www.freepbx.org/v2/svn/modules/branches/2.7

........

r10816 | p_lindheimer | 2011-01-07 13:59:43 -0800 (Fri, 07 Jan 2011) | 1 line

fixes #4726 don't require the extensions.class.php file, retrieve_conf does it

........