From 7fbd88d1748eca60e26c15a0e7f7755b1bb18ba0 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Fri, 13 Mar 2009 02:08:15 +0000 Subject: [PATCH] path bug fix --- gacl/setup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gacl/setup.php b/gacl/setup.php index b780c7083..1be81b6d5 100644 --- a/gacl/setup.php +++ b/gacl/setup.php @@ -1,8 +1,8 @@ _db_table_prefix; @@ -169,7 +169,7 @@ $schema = new adoSchema($db); $schema->SetPrefix($db_table_prefix, FALSE); //set $underscore == FALSE // Build the SQL array -$schema->ParseSchema('./gacl/schema.xml'); +$schema->ParseSchema(dirname(__FILE__).'/schema.xml'); // maybe display this if $gacl->debug is true? if ($gacl->_debug) { -- 2.11.4.GIT