From 648e78c0f74f80d13aeb21490da8b481e01fcdc8 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 15 Sep 2017 21:37:44 +0200 Subject: [PATCH] Cleaning code --- bl-kernel/admin/views/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/admin/views/about.php b/bl-kernel/admin/views/about.php index 7856638f..130915cb 100644 --- a/bl-kernel/admin/views/about.php +++ b/bl-kernel/admin/views/about.php @@ -14,7 +14,7 @@ echo ' '; echo ''; echo 'Bludit Edition'; - if (defined('BLUDIT_PROs')) { + if (defined('BLUDIT_PRO')) { echo 'PRO - '.$L->g('Thanks for support Bludit').''; } else { echo 'Standard - '.$L->g('Upgrade to Bludit PRO').'';