From: Adam Magness Date: Fri, 17 Nov 2017 00:55:28 +0000 (-0500) Subject: Remove condition X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72749477edf4b3478cccd42c79159970356de0f8;p=friendica.git Remove condition Remove unneeded condition. --- diff --git a/src/Core/BaseObject.php b/src/Core/BaseObject.php index 6037f59838..ade8d9219a 100644 --- a/src/Core/BaseObject.php +++ b/src/Core/BaseObject.php @@ -4,10 +4,6 @@ */ namespace Friendica\Core; -if (class_exists('BaseObject')) { - return; -} - require_once 'boot.php'; /**