First fix of PHP 8.2 deprecated errors. Not seen with $go_debug = 0, but error.log...
[fa-stable.git] / reporting / includes / class.graphic.inc
index 0a3591afa575d97923d8d4796669d70aa76c16a4..2e37b24df241db5c3eb2b117b20a1e6f4c6ae29f 100644 (file)
@@ -60,7 +60,7 @@ file for later presentation.
        Joe Hunt
 */
 define('MAXLEN', 27); // we cut after 25 chars + ...
-class Chart 
+class Chart extends \stdClass
 {
        var $id;
        var $labels = array();