PHP 8 rerun of number_format fix.
[fa-stable.git] / frontaccounting.php
index a81b66c303ce46bf9d8de4834e00d4464cacefdb..0b3361dae0e40e935398e9ae342d2e60ce113926 100644 (file)
@@ -28,16 +28,14 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
                var $settings;
                var $applications;
                var $selected_application;
+               var $renderer = null;
 
                var $menu;
 
-               function front_accounting()
-               {
-               }
-               function add_application(&$app)
+               function add_application($app)
                {       
                        if ($app->enabled) // skip inactive modules
-                               $this->applications[$app->id] = &$app;
+                               $this->applications[$app->id] = $app;
                }
                function get_application($id)
                {