mirror of https://github.com/BOINC/boinc.git
Add missing include
* tra() is defined in translation.inc * prefs.inc didn't yet include it in any way
This commit is contained in:
parent
b8bd091a64
commit
755e891084
|
@ -40,6 +40,7 @@
|
||||||
// and also to/from HTML form elements
|
// and also to/from HTML form elements
|
||||||
|
|
||||||
include_once("../inc/prefs_util.inc");
|
include_once("../inc/prefs_util.inc");
|
||||||
|
include_once("../inc/translation.inc");
|
||||||
|
|
||||||
global $cpu_prefs;
|
global $cpu_prefs;
|
||||||
global $disk_prefs;
|
global $disk_prefs;
|
||||||
|
|
Loading…
Reference in New Issue