X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fblog%2Fclass_ApplicationHelper.php;h=b14778f1bb7b184ff850798ad64b9442c9d52b60;hp=fcbafe257870d0625e9c71d21018fbf601ab562d;hb=ec3f744e23fa07132d0c5f435f1f4d75b8d5c481;hpb=ed423f90d3cad10f8a1de9fa70274c4b322e662e diff --git a/application/blog/class_ApplicationHelper.php b/application/blog/class_ApplicationHelper.php index fcbafe2..b14778f 100644 --- a/application/blog/class_ApplicationHelper.php +++ b/application/blog/class_ApplicationHelper.php @@ -39,7 +39,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplication { +class ApplicationHelper extends BaseApplication implements ManageableApplication, Registerable { /** * The version number of this application */ @@ -78,10 +78,6 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Tidy up a little - $this->removeSystemArray(); - $this->removeNumberFormaters(); } /**