mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Fixed all unchecked usages of possibly undefined constant BOOTSTRAP
This commit is contained in:
@@ -1153,7 +1153,7 @@ class comment
|
||||
}
|
||||
else
|
||||
{
|
||||
if(BOOTSTRAP)
|
||||
if(defined('BOOTSTRAP') && BOOTSTRAP)
|
||||
{
|
||||
$comment = e107::getMessage()->addInfo(COMLAN_328)->render();
|
||||
}
|
||||
|
Reference in New Issue
Block a user