X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=frontaccounting.php;h=ebc533df3fb162fa05467b6b593f162e0176b03f;hb=604d89ac6d18712d8b55bed821afe07b7106db3d;hp=ccbc5755c9499db332ea8c4e989eb51b29832e39;hpb=324fd5303def6848f9f276596d417786b08377c3;p=fa-stable.git diff --git a/frontaccounting.php b/frontaccounting.php index ccbc5755..ebc533df 100644 --- a/frontaccounting.php +++ b/frontaccounting.php @@ -81,10 +81,6 @@ { 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());