1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Code cleanup and refactoring #5

This commit is contained in:
Awilum
2018-03-13 22:19:51 +03:00
parent ecf043bbfa
commit 8c0096f042

View File

@@ -40,7 +40,6 @@ class Plugins
// Get Plugins List
$plugins_list = $this->rawilum['config']->get('site.plugins');
// @TODO THIS with cache then
// If Plugins List isnt empty
if (is_array($plugins_list) && count($plugins_list) > 0) {