Bad handling of graphic links in certain browsers
[fa-stable.git] / frontaccounting.php
index ccbc5755c9499db332ea8c4e989eb51b29832e39..ebc533df3fb162fa05467b6b593f162e0176b03f 100644 (file)
                        {
                                foreach ($installed_extensions as $ext)
                                {
-                                       $s = $applications['system'];
-                                       array_pop($applications);
-                                       $applications[$ext['name']] = $ext['title'];;
-                                       $applications['system'] = $s;
                                        include_once("applications/".$ext['app_file']);
                                        $class = $ext['name']."_app";
                                        $this->add_application(new $class());