summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-07-07 17:19:21 -0400
committerEudyptula <eitan@mosenkis.net>2009-07-07 17:19:21 -0400
commit2b92850a6aaa28074cddba730b11ab606a3adcd9 (patch)
tree43c29ba3cf393cc7d541af1cb824388cea6def00 /backend
parentFix blip with favicon.ico (diff)
downloadingenue-2b92850a6aaa28074cddba730b11ab606a3adcd9.tar.gz
ingenue-2b92850a6aaa28074cddba730b11ab606a3adcd9.tar.bz2
ingenue-2b92850a6aaa28074cddba730b11ab606a3adcd9.zip
Major restructuring of frontend modules (package selection not done yet); created conf_build_common class for shared code among configurations and builds
Diffstat (limited to 'backend')
-rwxr-xr-xbackend/backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backend.php b/backend/backend.php
index 78852e4..d078191 100755
--- a/backend/backend.php
+++ b/backend/backend.php
@@ -65,7 +65,7 @@ while (true) {
$opt->write();
unset($opt);
}
- $opts=$build->get_buildopts();
+ $opts=$build->get_opts();
$module=$opts['backend_module'];
$build_proc=$module.'_build';
foreach (glob(BACKEND."/modules/$module/*.php") as $inc) {