aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-03 02:56:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-03 02:56:51 +0000
commitcee27562076afb850e56d7400eba27e50b26221c (patch)
tree18b3ac78d8c0e2b417b325f9c963bde0cc5a4fb5
parent88444f9b9af0cddc265d5c73d8ba1c331720662d (diff)
downloadpfsense-packages-cee27562076afb850e56d7400eba27e50b26221c.tar.gz
pfsense-packages-cee27562076afb850e56d7400eba27e50b26221c.tar.bz2
pfsense-packages-cee27562076afb850e56d7400eba27e50b26221c.zip
Fix Fatal error:Call to undefined function: filter_configure() in /usr/local/pkg/tinydns.inc on line 141 error on package sync
-rw-r--r--packages/tinydns/tinydns.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.inc b/packages/tinydns/tinydns.inc
index 5c9d8909..88736e16 100644
--- a/packages/tinydns/tinydns.inc
+++ b/packages/tinydns/tinydns.inc
@@ -29,6 +29,8 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+require_once("filter.inc");
+
function tinydns_custom_php_install_command() {
global $g, $config;
conf_mount_rw();