X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=frontaccounting.php;h=a7432037aba8eb77f494bd1a9294d13be90a4bb3;hb=63ae1f3e711999bb87e02c4a7fdab7fda6c3f5d1;hp=a81b66c303ce46bf9d8de4834e00d4464cacefdb;hpb=f9ad5818b3b263cf9ecb9d3d08d833ed79d97fe6;p=fa-stable.git diff --git a/frontaccounting.php b/frontaccounting.php index a81b66c3..a7432037 100644 --- a/frontaccounting.php +++ b/frontaccounting.php @@ -31,13 +31,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ 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) {