Remove condition
Remove unneeded condition.
This commit is contained in:
parent
e947199dfe
commit
72749477ed
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@
|
||||||
*/
|
*/
|
||||||
namespace Friendica\Core;
|
namespace Friendica\Core;
|
||||||
|
|
||||||
if (class_exists('BaseObject')) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once 'boot.php';
|
require_once 'boot.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue