diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:21:23 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:21:23 -0400 |
commit | 7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 (patch) | |
tree | ee101992e87d740bdf0362e35ea040c866986f5a /templates/config_index.php | |
parent | 7bd4697dfca41a21f5857f83d6b29108fafb9a1e (diff) |
Automatic actions
Diffstat (limited to 'templates/config_index.php')
-rw-r--r-- | templates/config_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/config_index.php b/templates/config_index.php index d94ee8b9..0af2f9c2 100644 --- a/templates/config_index.php +++ b/templates/config_index.php @@ -45,7 +45,7 @@ </li> <li> <?= t('Application version:') ?> - <?= Model\Base::APP_VERSION ?> + <?= APP_VERSION ?> </li> </ul> </section> |