summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-07-11 19:10:36 +0200
committerRemi Collet <fedora@famillecollet.com>2010-07-11 19:10:36 +0200
commit6e6d59bf0677c6b2d5b92a6abdab15a7ecaf9947 (patch)
tree146b7d1c713d9dbfdcfeaa98358a47cb0b99b775 /index.php
parenta5fdd45528a85457821ef4739efcd3fc778affde (diff)
move FEDORACLIENT_VERSION to class, so FedoraClient::VERSION
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c4ddb24..0c163b1 100644
--- a/index.php
+++ b/index.php
@@ -70,7 +70,7 @@ try {
);
}
$smarty->assign('rpmphp_version', RPMPHP_VERSION);
-$smarty->assign('fedcli_version', FEDORACLIENT_VERSION);
+$smarty->assign('fedcli_version', FedoraClient::VERSION);
$page_content = $smarty->fetch('index.tpl');
$smarty->assign('page_content', $page_content);