fix version issue

This commit is contained in:
Nicolas Le Goff
2011-12-30 14:27:42 +01:00
parent 79b828f2ef
commit 3b7532b69f

View File

@@ -47,8 +47,8 @@ try
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `about:license' for details.\n\n"
. ' KONSOLE KOMMANDER', $Core->getVersion()->getName()
. ' ' . $Core->getVersion()->getNumber());
. ' KONSOLE KOMMANDER', \Alchemy\Phrasea\Core\Version::getName()
. ' ' . \Alchemy\Phrasea\Core\Version::getNumber());
$app->add(new module_console_aboutAuthors('about:authors'));
$app->add(new module_console_aboutLicense('about:license'));