Display error when debug is enabled
-
This is a typo mistake in function h5pxapi_enqueue_scripts the $s start with a concatenation and should be a declaration
instead
$s.="<script>\n";
should be
$s="<script>\n";
Best regards
- The topic ‘Display error when debug is enabled’ is closed to new replies.