------------------------------------------------------------
revno: 1078
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Mon 2012-02-06 15:54:24 +0100
message:
corrections in upgrader: authos and defaultsSite
modified:
assets/apps/upgrader/library.php
assets/apps/upgrader/upgrader.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 'assets/apps/upgrader/library.php'
--- assets/apps/upgrader/library.php 2012-02-05 17:33:06 +0000
+++ assets/apps/upgrader/library.php 2012-02-06 14:54:24 +0000
@@ -251,7 +251,9 @@
$lastRevision = Util::get_last_revision();
+ //@TODO aiki admin widget can call this function too!!
$replaces = array (
+ "@AUTHORS@" =>Util::get_authors(),
"@VERSION@" =>AIKI_VERSION,
"@REVISION@" =>$lastRevision );
=== modified file 'assets/apps/upgrader/upgrader.php'
--- assets/apps/upgrader/upgrader.php 2012-02-03 20:48:09 +0000
+++ assets/apps/upgrader/upgrader.php 2012-02-06 14:54:24 +0000
@@ -69,8 +69,8 @@
// read titles and welcome text, creating global vars $UPGRADER_TITLE_TAG,
// $UPGRADER_TITLE, $UPGRADER_WELCOME_TEXT
include_once("defaults.php");
-if ( file_exists("siteDefaults.php") ){
- include_once("siteDefaults.php");
+if ( file_exists("DefaultsSite.php") ){
+ include_once("DefaultsSite.php");
}
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp