First fix of PHP 8.2 deprecated errors. Not seen with $go_debug = 0, but error.log...
[fa-stable.git] / includes / hooks.inc
index 6a158a762e266a7536f07ce26bcd9069a3639818..63e1684ce853f990eef9ca71866da04d5ee384d1 100644 (file)
@@ -18,7 +18,7 @@
 //
 // To find how various hooks are processed look into respective hook_* functions below.
 //
-class hooks {
+class hooks extends \stdClass {
        var $module_name; // extension module name.
 
        //