-
Task
-
Resolution: Fixed
-
Trivial
-
3.1.0-dev
-
None
-
None
Line 129 of functions_container.php:
if (defined('DEBUG')) {
|
Should be:
if (defined('DEBUG'))
|
{
|
Line 129 of functions_container.php:
if (defined('DEBUG')) {
|
Should be:
if (defined('DEBUG'))
|
{
|