fix remaining glitches for php8
[plewww.git] / planetlab / events / index.php
index 6727914..c8db071 100644 (file)
@@ -4,6 +4,7 @@
 
 // Require login
 require_once 'plc_login.php';
+require_once 'plekit-utils.php';
 
 // the choser form is expected to set _GET['type'] among other stuff
 if (get_array($_GET, 'type')) require ('events.php') ;