mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
fix version issue
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user