Skip to content

Commit

Permalink
Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Aug 15, 2024
1 parent ecb6cb3 commit 482c9b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/includes/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
break;
}

\define('JDEBUG', true);//$config->debug);
$config->debug = true;
\define('JDEBUG', $config->debug);

// Check deprecation logging
if (empty($config->log_deprecated)) {
Expand Down

0 comments on commit 482c9b3

Please sign in to comment.