Fixed add_application parameter passed by reference.
[fa-stable.git] / frontaccounting.php
index 3ddfaac0207c0e6da92a5c555325450fa82ae1e8..df1ff02cfdcdb15bd5ada726c72b18b3aa2534fd 100644 (file)
@@ -41,7 +41,7 @@
                {
                        //$this->renderer =& new renderer();
                }
-               function add_application($app)
+               function add_application(&$app)
                                {
                                                        $this->applications[$app->id] = &$app;
                                }