fix: Fixes missing PHP opening tag
Adds the PHP opening tag to prevent potential parsing errors and ensure correct script execution.
This commit is contained in:
parent
f89cf45a8e
commit
a0d65305ab
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
$string['pluginname'] = 'User Grades Report';
|
$string['pluginname'] = 'User Grades Report';
|
||||||
$string['usergradesreport'] = 'User Grades Report';
|
$string['usergradesreport'] = 'User Grades Report';
|
||||||
$string['nouserselected'] = 'No user selected. Please select a user to view their grades.';
|
$string['nouserselected'] = 'No user selected. Please select a user to view their grades.';
|
||||||
|
|
Loading…
Reference in a new issue