------------------------------------------------------------
revno: 1084
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Sat 2012-02-11 18:17:39 +0100
message:
Engine class name corrected
modified:
index.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'index.php'
--- index.php 2012-02-11 17:05:59 +0000
+++ index.php 2012-02-11 17:17:39 +0000
@@ -87,7 +87,7 @@
} elseif ( file_exists( "$AIKI_ROOT_DIR/libs/Engine_$engineType.php") ) {
include "$AIKI_ROOT_DIR/libs/Engine_$engineType.php";
- $engineClass= "engine_" . $engineType;
+ $engineClass= "Engine_" . $engineType;
$engine = new $engineClass();
$html_output = $engine->layout();
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp